doom3-gpl
Doom 3 GPL source release
|
#include <Timer.h>
Public Member Functions | |
idTimerReport (void) | |
~idTimerReport (void) | |
void | SetReportName (const char *name) |
int | AddReport (const char *name) |
void | Clear (void) |
void | Reset (void) |
void | PrintReport (void) |
void | AddTime (const char *name, idTimer *time) |
Private Attributes | |
idList< idTimer * > | timers |
idStrList | names |
idStr | reportName |