src/Base/Benchmark.hpp file

Macro definitions for fine-grained benchmarking.

Contents

Defines

#define STARTTIME
#define ENDTIME

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.