Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
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... | |
float DoEverything | ( | ) |
Definition at line 784 of file enprofilertests.c.
void Sleep2::EnProfilerTests | ( | ) |
Definition at line 8 of file enprofilertests.c.
Definition at line 706 of file enprofilertests.c.
EnProfilerTests TestFramework Sleep2 | ( | float | timeS | ) |
Definition at line 763 of file enprofilertests.c.
Definition at line 773 of file enprofilertests.c.
float Sleep2::StringConcat | ( | ) |
Definition at line 733 of file enprofilertests.c.
float Sleep2::StringFormat | ( | ) |
Definition at line 719 of file enprofilertests.c.
TFResult Sleep2::TestAddFlags | ( | ) |
Definition at line 156 of file enprofilertests.c.
TFResult Sleep2::TestClassCountData | ( | ) |
Definition at line 428 of file enprofilertests.c.
TFResult Sleep2::TestClassTimeData | ( | ) |
Definition at line 380 of file enprofilertests.c.
TFResult Sleep2::TestClearFlags | ( | ) |
Definition at line 119 of file enprofilertests.c.
TFResult Sleep2::TestFuncCountData | ( | ) |
Definition at line 543 of file enprofilertests.c.
void Sleep2::TestFuncCountDataHelper | ( | ) |
Definition at line 747 of file enprofilertests.c.
TFResult Sleep2::TestFuncTimeData | ( | ) |
Definition at line 480 of file enprofilertests.c.
TFResult Sleep2::TestModule | ( | ) |
Definition at line 188 of file enprofilertests.c.
TFResult Sleep2::TestSetFlags | ( | ) |
Definition at line 66 of file enprofilertests.c.
TFResult Sleep2::TestToggling | ( | ) |
Definition at line 36 of file enprofilertests.c.
TFResult Sleep2::TestTogglingImmediate | ( | ) |
Definition at line 51 of file enprofilertests.c.
void Sleep2::~EnProfilerTests | ( | ) |
Definition at line 27 of file enprofilertests.c.
bool m_bWasProfilerEnabled |
Remember this, so we can restore the previous state before the test!
Definition at line 3 of file enprofilertests.c.