debug.c File Reference

#include "debug.h"
#include "antiglobals.h"

Include dependency graph for debug.c:


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)

Function Documentation

void __aeProfilerEndFrameAnalyze ( aeProfilerEntry e  ) 

void __aeProfilerTablePrint ( aeProfilerEntry e  ) 

void __aeProfilerTreeFree ( aeProfilerEntry e  ) 

void __aeProfilerTreeIterate ( aeProfilerEntry e,
void(*)(aeProfilerEntry *)  f 
)

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 aeProfilerBuildTable ( aeProfiler p,
char **  t 
)

void aeProfilerEndFrame ( aeProfiler p  ) 

void aeProfilerEndSample ( aeProfiler p  ) 

void aeProfilerFree ( aeProfiler p  ) 

void aeProfilerInit ( aeProfiler p  ) 

void aeProfilerStartFrame ( aeProfiler p  ) 

void aeProfilerStartSample ( aeProfiler p,
const char *  nm 
)


Generated on Sun Mar 25 15:08:53 2007 for Antigone Engine by  doxygen 1.5.1