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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user