mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix assert.
This commit is contained in:
parent
538cf3bcf1
commit
f145ca5897
@ -5874,7 +5874,7 @@ void Worker::ProcessCallstackSampleImpl( const SampleData& sd, ThreadData& td, i
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
assert( td->samples.back().time.Val() < t );
|
assert( td.samples.back().time.Val() < t );
|
||||||
td.samples.push_back_non_empty( sd );
|
td.samples.push_back_non_empty( sd );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user