mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Sort inline functions list by time spent in function.
This commit is contained in:
parent
a0f7cb41c3
commit
0794cf56ff
@ -440,6 +440,7 @@ void SourceView::RenderSymbolView( const Worker& worker )
|
|||||||
}
|
}
|
||||||
inlineList++;
|
inlineList++;
|
||||||
}
|
}
|
||||||
|
pdqsort_branchless( symInline.begin(), symInline.end(), []( const auto& l, const auto& r ) { return l.second == r.second ? l.first < r.first : l.second > r.second; } );
|
||||||
|
|
||||||
ImGui::Columns( 3 );
|
ImGui::Columns( 3 );
|
||||||
static bool widthSet = false;
|
static bool widthSet = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user