Draw the profiler tree.
This commit is contained in:
@ -124,6 +124,11 @@ static void Run()
|
||||
|
||||
g_profiler->EndScope();
|
||||
|
||||
if (g_settings->drawProfileTree)
|
||||
{
|
||||
g_view->InterfaceProfileTree();
|
||||
}
|
||||
|
||||
g_profilerRecorder->BuildRecords();
|
||||
|
||||
if (g_settings->drawProfile)
|
||||
|
Reference in New Issue
Block a user