Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
enprofilertests.c File Reference

Go to the source code of this file.

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 ()
 
float SleepAgain (float timeS)
 
float DoEverything ()
 

Variables

bool m_bWasProfilerEnabled
 Remember this, so we can restore the previous state before the test! More...
 

Function Documentation

◆ DoEverything()

float DoEverything ( )

Definition at line 784 of file enprofilertests.c.

◆ EnProfilerTests()

void Sleep2::EnProfilerTests ( )

Definition at line 8 of file enprofilertests.c.

◆ Sleep()

float Sleep2::Sleep ( float  timeS)

Definition at line 706 of file enprofilertests.c.

◆ Sleep2()

EnProfilerTests TestFramework Sleep2 ( float  timeS)

Definition at line 763 of file enprofilertests.c.

◆ SleepAgain()

float SleepAgain ( float  timeS)

Definition at line 773 of file enprofilertests.c.

◆ StringConcat()

float Sleep2::StringConcat ( )

Definition at line 733 of file enprofilertests.c.

◆ StringFormat()

float Sleep2::StringFormat ( )

Definition at line 719 of file enprofilertests.c.

◆ TestAddFlags()

TFResult Sleep2::TestAddFlags ( )

Definition at line 156 of file enprofilertests.c.

◆ TestClassCountData()

TFResult Sleep2::TestClassCountData ( )

Definition at line 428 of file enprofilertests.c.

◆ TestClassTimeData()

TFResult Sleep2::TestClassTimeData ( )

Definition at line 380 of file enprofilertests.c.

◆ TestClearFlags()

TFResult Sleep2::TestClearFlags ( )

Definition at line 119 of file enprofilertests.c.

◆ TestFuncCountData()

TFResult Sleep2::TestFuncCountData ( )

Definition at line 543 of file enprofilertests.c.

◆ TestFuncCountDataHelper()

void Sleep2::TestFuncCountDataHelper ( )

Definition at line 747 of file enprofilertests.c.

◆ TestFuncTimeData()

TFResult Sleep2::TestFuncTimeData ( )

Definition at line 480 of file enprofilertests.c.

◆ TestModule()

TFResult Sleep2::TestModule ( )

Definition at line 188 of file enprofilertests.c.

◆ TestSetFlags()

TFResult Sleep2::TestSetFlags ( )

Definition at line 66 of file enprofilertests.c.

◆ TestToggling()

TFResult Sleep2::TestToggling ( )

Definition at line 36 of file enprofilertests.c.

◆ TestTogglingImmediate()

TFResult Sleep2::TestTogglingImmediate ( )

Definition at line 51 of file enprofilertests.c.

◆ ~EnProfilerTests()

void Sleep2::~EnProfilerTests ( )

Definition at line 27 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 3 of file enprofilertests.c.