1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use SortedVector for plot data.

This commit is contained in:
Bartosz Taudul
2021-02-07 15:52:08 +01:00
parent 90c873421c
commit 417d526581
3 changed files with 9 additions and 36 deletions
+1
View File
@@ -6196,6 +6196,7 @@ int View::DrawPlots( int offset, double pxns, const ImVec2& wpos, bool hover, fl
for( const auto& v : m_worker.GetPlots() )
{
assert( v->data.is_sorted() );
auto& vis = Vis( v );
if( !vis.visible )
{