![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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! | |
| void ~EnProfilerTests | ( | ) |
Definition at line 789 of file enprofilertests.c.
References g_Game.
| float DoEverything | ( | ) |
Definition at line 784 of file enprofilertests.c.
| void EnProfilerTests | ( | ) |
Definition at line 770 of file enprofilertests.c.
References g_Game.
Definition at line 1468 of file enprofilertests.c.
| EnProfilerTests TestFramework Sleep2 | ( | float | timeS | ) |
Definition at line 1 of file enprofilertests.c.
References EnProfilerTests::EnProfilerTests(), and TestFramework().
Referenced by DoEverything().
Definition at line 773 of file enprofilertests.c.
References g_Game.
| float StringConcat | ( | ) |
Definition at line 1495 of file enprofilertests.c.
| float StringFormat | ( | ) |
Definition at line 1481 of file enprofilertests.c.
| TFResult TestAddFlags | ( | ) |
Definition at line 918 of file enprofilertests.c.
| TFResult TestClassCountData | ( | ) |
Definition at line 1190 of file enprofilertests.c.
| TFResult TestClassTimeData | ( | ) |
Definition at line 1142 of file enprofilertests.c.
| TFResult TestClearFlags | ( | ) |
Definition at line 881 of file enprofilertests.c.
| TFResult TestFuncCountData | ( | ) |
Definition at line 1305 of file enprofilertests.c.
| void TestFuncCountDataHelper | ( | ) |
Definition at line 1509 of file enprofilertests.c.
|
static |
Definition at line 1516 of file enprofilertests.c.
| TFResult TestFuncTimeData | ( | ) |
Definition at line 1242 of file enprofilertests.c.
| TFResult TestModule | ( | ) |
Definition at line 950 of file enprofilertests.c.
| TFResult TestSetFlags | ( | ) |
Definition at line 828 of file enprofilertests.c.
| TFResult TestToggling | ( | ) |
Definition at line 798 of file enprofilertests.c.
| TFResult TestTogglingImmediate | ( | ) |
Definition at line 813 of file enprofilertests.c.
| bool m_bWasProfilerEnabled |
Remember this, so we can restore the previous state before the test!
Definition at line 765 of file enprofilertests.c.