Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
enprofilertests.c File Reference

Go to the source code of this file.

Data Structures

class  EnProfilerTests

Functions

void ~EnProfilerTests ()
float DoEverything ()
void EnProfilerTests ()
float Sleep (float timeS)
EnProfilerTests TestFramework Sleep2 (float timeS)
float SleepAgain (float timeS)
float StringConcat ()
float StringFormat ()
TFResult TestAddFlags ()
TFResult TestClassCountData ()
TFResult TestClassTimeData ()
TFResult TestClearFlags ()
TFResult TestFuncCountData ()
void TestFuncCountDataHelper ()
static void TestFuncCountDataHelperStatic ()
TFResult TestFuncTimeData ()
TFResult TestModule ()
TFResult TestSetFlags ()
TFResult TestToggling ()
TFResult TestTogglingImmediate ()

Variables

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

Function Documentation

◆ ~EnProfilerTests()

void ~EnProfilerTests ( )

Definition at line 789 of file enprofilertests.c.

References g_Game.

◆ DoEverything()

float DoEverything ( )

Definition at line 784 of file enprofilertests.c.

References g_Game, and Sleep2().

◆ EnProfilerTests()

void EnProfilerTests ( )

Definition at line 770 of file enprofilertests.c.

References g_Game.

◆ Sleep()

float Sleep ( float timeS)

Definition at line 1468 of file enprofilertests.c.

◆ Sleep2()

Definition at line 1 of file enprofilertests.c.

References EnProfilerTests::EnProfilerTests(), and TestFramework().

Referenced by DoEverything().

◆ SleepAgain()

float SleepAgain ( float timeS)

Definition at line 773 of file enprofilertests.c.

References g_Game.

◆ StringConcat()

float StringConcat ( )

Definition at line 1495 of file enprofilertests.c.

◆ StringFormat()

float StringFormat ( )

Definition at line 1481 of file enprofilertests.c.

◆ TestAddFlags()

TFResult TestAddFlags ( )

Definition at line 918 of file enprofilertests.c.

◆ TestClassCountData()

TFResult TestClassCountData ( )

Definition at line 1190 of file enprofilertests.c.

◆ TestClassTimeData()

TFResult TestClassTimeData ( )

Definition at line 1142 of file enprofilertests.c.

◆ TestClearFlags()

TFResult TestClearFlags ( )

Definition at line 881 of file enprofilertests.c.

◆ TestFuncCountData()

TFResult TestFuncCountData ( )

Definition at line 1305 of file enprofilertests.c.

◆ TestFuncCountDataHelper()

void TestFuncCountDataHelper ( )

Definition at line 1509 of file enprofilertests.c.

◆ TestFuncCountDataHelperStatic()

void TestFuncCountDataHelperStatic ( )
static

Definition at line 1516 of file enprofilertests.c.

◆ TestFuncTimeData()

TFResult TestFuncTimeData ( )

Definition at line 1242 of file enprofilertests.c.

◆ TestModule()

TFResult TestModule ( )

Definition at line 950 of file enprofilertests.c.

◆ TestSetFlags()

TFResult TestSetFlags ( )

Definition at line 828 of file enprofilertests.c.

◆ TestToggling()

TFResult TestToggling ( )

Definition at line 798 of file enprofilertests.c.

◆ TestTogglingImmediate()

TFResult TestTogglingImmediate ( )

Definition at line 813 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.