Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
struct | btClockData |
Defines | |
#define | mymin(a, b) (a > b ? a : b) |
Functions | |
void | Profile_Get_Ticks (unsigned long int *ticks) |
float | Profile_Get_Tick_Rate (void) |
Variables | |
static btClock | gProfileClock |
#define mymin | ( | a, | |
b | |||
) | (a > b ? a : b) |
Definition at line 55 of file btQuickprof.cpp.
Referenced by btClock::getTimeMicroseconds(), and btClock::getTimeMilliseconds().
float Profile_Get_Tick_Rate | ( | void | ) | [inline] |
Definition at line 247 of file btQuickprof.cpp.
Referenced by CProfileManager::Get_Time_Since_Reset(), and CProfileNode::Return().
void Profile_Get_Ticks | ( | unsigned long int * | ticks | ) | [inline] |
Definition at line 242 of file btQuickprof.cpp.
References btClock::getTimeMicroseconds().
Referenced by CProfileNode::Call(), CProfileManager::Get_Time_Since_Reset(), CProfileManager::Reset(), and CProfileNode::Return().
btClock gProfileClock [static] |
Definition at line 21 of file btQuickprof.cpp.