Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | btClockData |
Macros | |
#define | mymin(a, b) (a > b ? a : b) |
Functions | |
void | btEnterProfileZoneDefault (const char *name) |
void | btLeaveProfileZoneDefault () |
unsigned int | btQuickprofGetCurrentThreadIndex2 () |
void | btEnterProfileZone (const char *name) |
void | btLeaveProfileZone () |
btEnterProfileZoneFunc * | btGetCurrentEnterProfileZoneFunc () |
btLeaveProfileZoneFunc * | btGetCurrentLeaveProfileZoneFunc () |
void | btSetCustomEnterProfileZoneFunc (btEnterProfileZoneFunc *enterFunc) |
void | btSetCustomLeaveProfileZoneFunc (btLeaveProfileZoneFunc *leaveFunc) |
Variables | |
static btEnterProfileZoneFunc * | bts_enterFunc = btEnterProfileZoneDefault |
static btLeaveProfileZoneFunc * | bts_leaveFunc = btLeaveProfileZoneDefault |
#define mymin | ( | a, | |
b | |||
) | (a > b ? a : b) |
Definition at line 64 of file btQuickprof.cpp.
void btEnterProfileZone | ( | const char * | name | ) |
Definition at line 767 of file btQuickprof.cpp.
References bts_enterFunc.
Referenced by CProfileSample::CProfileSample().
void btEnterProfileZoneDefault | ( | const char * | name | ) |
Definition at line 706 of file btQuickprof.cpp.
btEnterProfileZoneFunc* btGetCurrentEnterProfileZoneFunc | ( | ) |
Definition at line 776 of file btQuickprof.cpp.
References bts_enterFunc.
btLeaveProfileZoneFunc* btGetCurrentLeaveProfileZoneFunc | ( | ) |
Definition at line 780 of file btQuickprof.cpp.
References bts_leaveFunc.
void btLeaveProfileZone | ( | ) |
Definition at line 771 of file btQuickprof.cpp.
References bts_leaveFunc.
void btLeaveProfileZoneDefault | ( | ) |
Definition at line 709 of file btQuickprof.cpp.
unsigned int btQuickprofGetCurrentThreadIndex2 | ( | ) |
Definition at line 738 of file btQuickprof.cpp.
References __declspec(), btGetCurrentThreadIndex(), gThreadCounter, and U.
void btSetCustomEnterProfileZoneFunc | ( | btEnterProfileZoneFunc * | enterFunc | ) |
Definition at line 785 of file btQuickprof.cpp.
References bts_enterFunc.
void btSetCustomLeaveProfileZoneFunc | ( | btLeaveProfileZoneFunc * | leaveFunc | ) |
Definition at line 789 of file btQuickprof.cpp.
References bts_leaveFunc.
|
static |
Definition at line 764 of file btQuickprof.cpp.
Referenced by btEnterProfileZone(), btGetCurrentEnterProfileZoneFunc(), and btSetCustomEnterProfileZoneFunc().
|
static |
Definition at line 765 of file btQuickprof.cpp.
Referenced by btGetCurrentLeaveProfileZoneFunc(), btLeaveProfileZone(), and btSetCustomLeaveProfileZoneFunc().