CACAO
Macros | Functions
profile.hpp File Reference

Go to the source code of this file.

Macros

#define PROFILE_CYCLE_START   /* nop */
 
#define PROFILE_CYCLE_STOP   /* nop */
 

Functions

bool profile_init (void)
 
bool profile_start_thread (void)
 
void profile_printstats (void)
 Prints profiling statistics gathered during runtime. More...
 

Macro Definition Documentation

#define PROFILE_CYCLE_START   /* nop */

Definition at line 57 of file profile.hpp.

#define PROFILE_CYCLE_STOP   /* nop */

Definition at line 58 of file profile.hpp.

Function Documentation

bool profile_init ( void  )

Definition at line 60 of file profile.cpp.

void profile_printstats ( void  )

Prints profiling statistics gathered during runtime.

Definition at line 209 of file profile.cpp.

bool profile_start_thread ( void  )

Definition at line 175 of file profile.cpp.