|
Functions |
int | aeAssert (int exp, const char *str, int l, const char *f) |
void * | aeAssertPtr (void *p, const char *str, int l, const char *f) |
void | aeLog (FILE *fptr, const char *msg,...) |
void | aeProfilerInit (aeProfiler *p) |
void | aeProfilerFree (aeProfiler *p) |
void | aeProfilerStartFrame (aeProfiler *p) |
void | aeProfilerEndFrame (aeProfiler *p) |
void | aeProfilerStartSample (aeProfiler *p, const char *nm) |
void | aeProfilerEndSample (aeProfiler *p) |
void | aeProfilerBuildTable (aeProfiler *p, char **t) |
void | __aeProfilerTreeIterate (aeProfilerEntry *e, void(*f)(aeProfilerEntry *)) |
void | __aeProfilerEndFrameAnalyze (aeProfilerEntry *e) |
void | __aeProfilerTablePrint (aeProfilerEntry *e) |
void | __aeProfilerTreeFree (aeProfilerEntry *e) |