Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

perf.cpp File Reference
#include <bench/perf.h>
+ Include dependency graph for perf.cpp:

Go to the source code of this file.

Functions

void perf_init (void)
 
void perf_fini (void)
 
uint64_t perf_cpucycles (void)
 Functions for measurement of CPU cycles. More...
 

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().

Released under the MIT license