src/Base/Macro.hpp file

Macro definitions.

Contents

Macro definitions for various utility functionality.

Namespaces

namespace tk
Toolkit declarations and definitions for general purpose utilities.

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.