Code blocks allow for the manual instrumentation of blocks of code. More...
Macros | |
#define | NN_PROF_DEFINE_CODEBLOCKNAMES_ENUM(...) |
Creates a code block enumeration which the profiler GUI can find in the DWARF data. More... | |
Enumerations | |
enum | NNPROF_CODEBLOCKNAMES |
An enumeration created by the NN_PROF_DEFINE_CODEBLOCKNAMES_ENUM macro. More... | |
Functions | |
void | nnprofCodeBlockEnter (NNPROF_CODEBLOCKNAMES name) |
This function marks the beginning of a code block. More... | |
void | nnprofCodeBlockExit (NNPROF_CODEBLOCKNAMES name) |
This function marks the end of a code block. More... | |
Code blocks allow for the manual instrumentation of blocks of code.