Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
EnProfilerTests Class Reference
Inheritance diagram for EnProfilerTests:

Private Member Functions

void EnProfilerTests ()
void ~EnProfilerTests ()
float Sleep (float timeS)
float StringConcat ()
float StringFormat ()
TFResult TestAddFlags ()
TFResult TestClassCountData ()
TFResult TestClassTimeData ()
TFResult TestClearFlags ()
TFResult TestFuncCountData ()
void TestFuncCountDataHelper ()
TFResult TestFuncTimeData ()
TFResult TestModule ()
TFResult TestSetFlags ()
TFResult TestToggling ()
TFResult TestTogglingImmediate ()

Static Private Member Functions

static void TestFuncCountDataHelperStatic ()

Private Attributes

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

Detailed Description

Definition at line 1 of file enprofilertests.c.

Constructor & Destructor Documentation

◆ EnProfilerTests()

void EnProfilerTests ( )
inlineprivate

Definition at line 9 of file enprofilertests.c.

References AddInitTest(), EnProfiler::IsEnabledC(), and m_bWasProfilerEnabled.

Referenced by Sleep2().

◆ ~EnProfilerTests()

void ~EnProfilerTests ( )
inlineprivate

Definition at line 28 of file enprofilertests.c.

References EnProfiler::Enable(), and m_bWasProfilerEnabled.

Member Function Documentation

◆ Sleep()

float Sleep ( float timeS)
inlineprivate

Definition at line 707 of file enprofilertests.c.

References g_Game.

Referenced by TestModule().

◆ StringConcat()

float StringConcat ( )
inlineprivate

Definition at line 734 of file enprofilertests.c.

References g_Game, and Type.

Referenced by TestFuncTimeData().

◆ StringFormat()

float StringFormat ( )
inlineprivate

Definition at line 720 of file enprofilertests.c.

References g_Game, and Type.

Referenced by TestFuncTimeData().

◆ TestAddFlags()

◆ TestClassCountData()

◆ TestClassTimeData()

◆ TestClearFlags()

◆ TestFuncCountData()

◆ TestFuncCountDataHelper()

void TestFuncCountDataHelper ( )
inlineprivate

Definition at line 748 of file enprofilertests.c.

Referenced by TestFuncCountData().

◆ TestFuncCountDataHelperStatic()

void TestFuncCountDataHelperStatic ( )
inlinestaticprivate

Definition at line 755 of file enprofilertests.c.

Referenced by TestFuncCountData().

◆ TestFuncTimeData()

◆ TestModule()

◆ TestSetFlags()

◆ TestToggling()

TFResult TestToggling ( )
inlineprivate

◆ TestTogglingImmediate()

TFResult TestTogglingImmediate ( )
inlineprivate

Field Documentation

◆ m_bWasProfilerEnabled

bool m_bWasProfilerEnabled
private

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

Definition at line 4 of file enprofilertests.c.

Referenced by EnProfilerTests(), and ~EnProfilerTests().


The documentation for this class was generated from the following file: