DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
EnProfiler.c File Reference

Data Structures

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

Typedefs

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

Enumerations

enum  EnProfilerFlags { NONE = -1 , 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...
 
enum  EnProfilerEnabledFlags { NONE = -1 , DIAG , SCRP , SCRC }
 There are 3 states which can be toggled that governs whether script profiling is enabled or not. More...