Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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< float, typenameEnProfilerTimeClassPair
 
typedef Param2< int, typenameEnProfilerCountClassPair
 
typedef Param2< float, stringEnProfilerTimeFuncPair
 
typedef Param2< int, stringEnProfilerCountFuncPair
 

Enumerations

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