mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Fix typo.
This commit is contained in:
parent
fa7d515165
commit
321c079205
@ -12246,7 +12246,7 @@ void View::DrawStatistics()
|
||||
}
|
||||
else
|
||||
{
|
||||
pdqsort_branchless( data.begin(), data.end(), []( const auto& l, const auto& r ) { return l.incl != l.incl ? l.incl > r.incl : l.symAddr < r.symAddr; } );
|
||||
pdqsort_branchless( data.begin(), data.end(), []( const auto& l, const auto& r ) { return l.incl != r.incl ? l.incl > r.incl : l.symAddr < r.symAddr; } );
|
||||
}
|
||||
|
||||
ImGui::BeginChild( "##statisticsSampling" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user