mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
TODO: track memory allocation tracking failures.
This commit is contained in:
parent
c3246ca3b5
commit
ac6e7439e2
@ -2388,6 +2388,7 @@ void Worker::ProcessFrameMarkEnd( const QueueFrameMark& ev )
|
||||
const auto time = TscTime( ev.time );
|
||||
if( fd->frames.empty() )
|
||||
{
|
||||
// TODO: add failure state
|
||||
assert( m_onDemand );
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user