EnterProfilingEvent
Mark the start of a profiling event.
native void EnterProfilingEvent(const char[] group, const char[] name)
Parameters
const char[] group
Budget group. This can be "all" for a default, or a short
description like "Timers" or "Events".
const char[] name
A name to attribute to this profiling event.
Return Value
void