tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Typedefs
cycle_counter.h File Reference

Platform-dispatched hardware cycle counter. More...

#include "config.h"
#include "cycle_counter_generic.h"
Include dependency graph for cycle_counter.h:

Go to the source code of this file.

Typedefs

using CycleCounter = detail::CycleCounterGeneric
 

Detailed Description

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.

Typedef Documentation

◆ CycleCounter