Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
perf.h File Reference
#include <stdint.h>
Include dependency graph for perf.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
uint64_t | perf_cpucycles (void) |
Functions for measurement of CPU cycles. More... | |
void | perf_init (void) |
void | perf_fini (void) |
Function Documentation
◆ perf_cpucycles()
uint64_t perf_cpucycles | ( | void | ) |
Functions for measurement of CPU cycles.
Definition at line 51 of file perf.cpp.
Referenced by benchmark::State::KeepRunning().
◆ perf_fini()
void perf_fini | ( | void | ) |
Definition at line 50 of file perf.cpp.
Referenced by benchmark::BenchRunner::RunAll().
◆ perf_init()
void perf_init | ( | void | ) |
Definition at line 49 of file perf.cpp.
Referenced by benchmark::BenchRunner::RunAll().