file
Benchmark.hppMacro definitions for fine-grained benchmarking.
Defines
Define documentation
#define STARTTIME
Start-time macro for fine-grained profiling. Put this in the beginning of the section of code to be profiled.
#define ENDTIME
End-time macro for fine-grained profiling. Put this at the end of the section of code to be profiled.