Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
enprofilertests.c File Reference

Go to the source code of this file.

Classes

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 ()
 
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 ( )

Definition at line 784 of file enprofilertests.c.

◆ EnProfilerTests()

void Sleep2::EnProfilerTests ( )

Definition at line 770 of file enprofilertests.c.

◆ Sleep()

float Sleep2::Sleep ( float timeS)

Definition at line 1468 of file enprofilertests.c.

◆ Sleep2()

EnProfilerTests TestFramework Sleep2 ( float timeS)

Definition at line 1 of file enprofilertests.c.

◆ SleepAgain()

float SleepAgain ( float timeS)

Definition at line 773 of file enprofilertests.c.

◆ StringConcat()

float Sleep2::StringConcat ( )

Definition at line 1495 of file enprofilertests.c.

◆ StringFormat()

float Sleep2::StringFormat ( )

Definition at line 1481 of file enprofilertests.c.

◆ TestAddFlags()

TFResult Sleep2::TestAddFlags ( )

Definition at line 918 of file enprofilertests.c.

◆ TestClassCountData()

TFResult Sleep2::TestClassCountData ( )

Definition at line 1190 of file enprofilertests.c.

◆ TestClassTimeData()

TFResult Sleep2::TestClassTimeData ( )

Definition at line 1142 of file enprofilertests.c.

◆ TestClearFlags()

TFResult Sleep2::TestClearFlags ( )

Definition at line 881 of file enprofilertests.c.

◆ TestFuncCountData()

TFResult Sleep2::TestFuncCountData ( )

Definition at line 1305 of file enprofilertests.c.

◆ TestFuncCountDataHelper()

void Sleep2::TestFuncCountDataHelper ( )

Definition at line 1509 of file enprofilertests.c.

◆ TestFuncTimeData()

TFResult Sleep2::TestFuncTimeData ( )

Definition at line 1242 of file enprofilertests.c.

◆ TestModule()

TFResult Sleep2::TestModule ( )

Definition at line 950 of file enprofilertests.c.

◆ TestSetFlags()

TFResult Sleep2::TestSetFlags ( )

Definition at line 828 of file enprofilertests.c.

◆ TestToggling()

TFResult Sleep2::TestToggling ( )

Definition at line 798 of file enprofilertests.c.

◆ TestTogglingImmediate()

TFResult Sleep2::TestTogglingImmediate ( )

Definition at line 813 of file enprofilertests.c.

◆ ~EnProfilerTests()

void Sleep2::~EnProfilerTests ( )

Definition at line 789 of file enprofilertests.c.

Variable Documentation

◆ m_bWasProfilerEnabled

bool m_bWasProfilerEnabled

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

Definition at line 765 of file enprofilertests.c.