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

Go to the source code of this file.

Data Structures

class  EnProfiler
 Set of methods for accessing script profiling data. More...

Typedefs

typedef Param2< int, typenameEnProfilerCountClassPair
typedef Param2< int, stringEnProfilerCountFuncPair
typedef Param2< float, typenameEnProfilerTimeClassPair
typedef Param2< float, stringEnProfilerTimeFuncPair

Enumerations

enum  EnProfilerEnabledFlags { NONE , DIAG , SCRP , SCRC }
 There are 3 states which can be toggled that governs whether script profiling is enabled or not. More...
enum  EnProfilerFlags { NONE , RESET , RECURSIVE , ALL }
 Flags that influences the behaviour of the EnProfiler API, applied through ...Flags functions. More...
enum  EnProfilerModule {
  CORE , GAMELIB , GAME , WORLD ,
  MISSION , MISSION_CUSTOM , ERROR
}
 Current base scripted modules. More...