small update on hierarchical timing integration

This commit is contained in:
ejcoumans
2007-11-21 03:49:23 +00:00
parent cab75b53ec
commit 0da5790e5c
5 changed files with 28 additions and 26 deletions

View File

@@ -746,7 +746,7 @@ protected:
const char * Name;
int TotalCalls;
float TotalTime;
__int64 StartTime;
unsigned long int StartTime;
int RecursionCounter;
CProfileNode * Parent;
@@ -810,7 +810,7 @@ private:
static CProfileNode Root;
static CProfileNode * CurrentNode;
static int FrameCounter;
static __int64 ResetTime;
static unsigned long int ResetTime;
};