Structs§
- CPU information structure. Provides frequency and TSC-to-cycle scaling information.
- Custom cycle accurate measurement class for criterion
- CPU frequency information structure
- Measure code block performance by collecting samples. It relies on the fact that objects get destroyed at the end of the block.
- Measurement sample created by
MeasureRegion
Shall not be created directly.
Functions§
- Run function with known latency. Assume both
sub
&and
ops are single cycle on all architectures. Might not behave as expected with another code running on the same phisical core.