|
CACAO
|
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... | |
| #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.
| bool profile_init | ( | void | ) |
Definition at line 60 of file profile.cpp.
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.
1.8.5