|
Data Structures |
| struct | aeProfilerEntry |
| struct | aeProfiler |
Defines |
| #define | ASSERT(a, b) aeAssert(a,b,__LINE__,__FILE__) |
| #define | ASSERTPTR(a, b) aeAssertPtr(a,b,__LINE__,__FILE__) |
Functions |
| int | aeAssert (int, const char *, int, const char *) |
| void * | aeAssertPtr (void *, const char *, int, const char *) |
| void | aeLog (FILE *, const char *,...) |
| void | aeProfilerInit (aeProfiler *) |
| void | aeProfilerFree (aeProfiler *) |
| void | aeProfilerStartFrame (aeProfiler *) |
| void | aeProfilerStartSample (aeProfiler *, const char *) |
| void | aeProfilerEndSample (aeProfiler *) |
| void | aeProfilerEndFrame (aeProfiler *) |
| void | aeProfilerBuildTable (aeProfiler *, char **) |
| void | __aeProfilerTreeIterate (aeProfilerEntry *, void(*)(aeProfilerEntry *)) |
| void | __aeProfilerEndFrameAnalyze (aeProfilerEntry *) |
| void | __aeProfilerTablePrint (aeProfilerEntry *) |
| void | __aeProfilerTreeFree (aeProfilerEntry *) |