|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
Platform-dispatched hardware cycle counter. More...

Go to the source code of this file.
Typedefs | |
| using | CycleCounter = detail::CycleCounterGeneric |
Platform-dispatched hardware cycle counter.
Selects the appropriate cycle counter implementation at compile time based on the target architecture. The resulting CycleCounter type alias provides a uniform start/stop/reset/avg_cycles interface for micro-benchmarking.