Benchmark for plain C++ code. More...
Go to the source code of this file.
Defines | |
#define | N 100 |
Functions | |
void | eat_cpu () |
void | eat_cpu2 () |
void | almost_free () |
void | eat_cpu_wrapper () |
void | eat_cpu_heavy_wrapper () |
int | main () |
Benchmark for plain C++ code.
It's just an example, to experiment with profiling tools.
Definition in file bench-plain-cpp.cpp.