ProfilingEvent (struct)¶
Raw profiling data returned by GetProfilingEvents
Members¶
| Size | level | Hierarchy level (root == 0) |
| Size | frame | Current frame |
| String | label | Profiling event label |
| Float64 | startTime | Start time |
| Float64 | duration | Elapsed time |
| String | sourceName | Profiling event associated Statistics source, if any |
| UInt32 | threadIndex | Thread Index for this event. |
Methods¶
| ProfilingEvent ( in ProfilingEvent other ) | |
| ProfilingEvent () | |
| ProfilingEvent | clone ? () |
Methods in detail¶
ProfilingEvent ( in ProfilingEvent other )
copy constructor
default constructor
ProfilingEvent ProfilingEvent.clone? ()
clone method