Nintendo 3DS CPU Profiler  4.05
 All Functions Enumerations Enumerator Groups Pages
Code Blocks

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...
 

Detailed Description

Code blocks allow for the manual instrumentation of blocks of code.