PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
EnProfilerTests.c File Reference

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!
 

Function Documentation

◆ DoEverything()

float DoEverything ( )

◆ EnProfilerTests()

void EnProfilerTests ( )

◆ Sleep()

float Sleep ( float  timeS)

◆ Sleep2()

EnProfilerTests TestFramework Sleep2 ( float  timeS)

Referenced by DoEverything().

◆ SleepAgain()

float SleepAgain ( float  timeS)

References GetGame(), and CGame::GetTickTime().

◆ StringConcat()

float StringConcat ( )

◆ StringFormat()

float StringFormat ( )

◆ TestAddFlags()

TFResult TestAddFlags ( )

◆ TestClassCountData()

TFResult TestClassCountData ( )

◆ TestClassTimeData()

TFResult TestClassTimeData ( )

◆ TestClearFlags()

TFResult TestClearFlags ( )

◆ TestFuncCountData()

TFResult TestFuncCountData ( )

◆ TestFuncCountDataHelper()

void TestFuncCountDataHelper ( )

◆ TestFuncCountDataHelperStatic()

static void TestFuncCountDataHelperStatic ( )
static

◆ TestFuncTimeData()

TFResult TestFuncTimeData ( )

◆ TestModule()

TFResult TestModule ( )

◆ TestSetFlags()

TFResult TestSetFlags ( )

◆ TestToggling()

TFResult TestToggling ( )

◆ TestTogglingImmediate()

TFResult TestTogglingImmediate ( )

◆ ~EnProfilerTests()

void ~EnProfilerTests ( )

Variable Documentation

◆ m_bWasProfilerEnabled

bool m_bWasProfilerEnabled

Remember this, so we can restore the previous state before the test!