Set of methods for accessing script profiling data.
More...
Set of methods for accessing script profiling data.
- Note
- To enable profiling on game launch, use parameter "-profile"
-
Any mention of "[DM]" in this context will mean the WIN+ALT debug menu
-
Any mention of "[CI]" in this context will mean Class Instances count
-
Any mention of "[SR]" in this context will mean a Session Reset (See ResetSession for more information)
-
Any mention of "[SD]" in this context will mean a Sorted Data, which is the data which supplies Get...Per... functions (the ones that give an array)
-
Any mention of "[PD]" in this context will mean a Profiling Data, which is the time, count and allocation information which is stored on the class/func itself
- Warning
- [PD] is only calculated AFTER a function call is finished, there is no continuous timer running
- Note
- 'proto' methods are not tracked, but will contribute to a script methods total time
Definition at line 72 of file enprofiler.c.
The documentation for this class was generated from the following file: