Draw the profiler tree.

This commit is contained in:
Irlan
2019-04-03 19:12:17 -03:00
parent 7c15a8eaf8
commit 4407e31d8a
5 changed files with 60 additions and 0 deletions

View File

@ -58,6 +58,9 @@ public:
// End the top scope.
void EndScope();
// Get the root profiler node.
ProfilerNode* GetRoot() { return m_root; }
private:
friend class ProfilerRecorder;