initialize time-step statistics in a world; rename profile function
This commit is contained in:
@ -61,6 +61,8 @@ public:
|
||||
// Add a profiler event to the queue.
|
||||
// Return true if the even has been added to the event queue
|
||||
// or false if the queue is full.
|
||||
// You can control the maximum number of profiler events using
|
||||
// MAX_PROFILER_EVENTS.
|
||||
bool PushEvent(const char* name);
|
||||
|
||||
// Remove the top profiler event.
|
||||
|
Reference in New Issue
Block a user