$darkmode
CPU high-precision timer. More...
#include <perf_timer.h>
Data Fields | |
| struct timespec | start |
| struct timespec | end |
CPU high-precision timer.
Uses clock_gettime(CLOCK_MONOTONIC) for accurate CPU timing. Typical resolution: nanoseconds.
| struct timespec PerfTimer::end |
Recording end time.
| struct timespec PerfTimer::start |
Recording start time.