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

@ -124,6 +124,11 @@ static void Run()
g_profiler->EndScope();
if (g_settings->drawProfileTree)
{
g_view->InterfaceProfileTree();
}
g_profilerRecorder->BuildRecords();
if (g_settings->drawProfile)