Data Structures | |
class | EnProfilerTests |
Functions | |
EnProfilerTests TestFramework | Sleep2 (float timeS) |
void | EnProfilerTests () |
void | ~EnProfilerTests () |
TFResult | TestToggling () |
TFResult | TestTogglingImmediate () |
TFResult | TestSetFlags () |
TFResult | TestClearFlags () |
TFResult | TestAddFlags () |
TFResult | TestModule () |
TFResult | TestClassTimeData () |
TFResult | TestClassCountData () |
TFResult | TestFuncTimeData () |
TFResult | TestFuncCountData () |
float | Sleep (float timeS) |
float | StringFormat () |
float | StringConcat () |
void | TestFuncCountDataHelper () |
static void | TestFuncCountDataHelperStatic () |
float | SleepAgain (float timeS) |
float | DoEverything () |
Variables | |
bool | m_bWasProfilerEnabled |
Remember this, so we can restore the previous state before the test! | |
float DoEverything | ( | ) |
References GetGame(), CGame::GetTickTime(), and Sleep2().
void EnProfilerTests | ( | ) |
EnProfilerTests TestFramework Sleep2 | ( | float | timeS | ) |
Referenced by DoEverything().
References GetGame(), and CGame::GetTickTime().
float StringConcat | ( | ) |
float StringFormat | ( | ) |
TFResult TestAddFlags | ( | ) |
TFResult TestClassCountData | ( | ) |
TFResult TestClassTimeData | ( | ) |
TFResult TestClearFlags | ( | ) |
TFResult TestFuncCountData | ( | ) |
void TestFuncCountDataHelper | ( | ) |
|
static |
TFResult TestFuncTimeData | ( | ) |
TFResult TestModule | ( | ) |
TFResult TestSetFlags | ( | ) |
TFResult TestToggling | ( | ) |
TFResult TestTogglingImmediate | ( | ) |
void ~EnProfilerTests | ( | ) |
bool m_bWasProfilerEnabled |
Remember this, so we can restore the previous state before the test!