mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +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 );
|
const auto time = TscTime( ev.time );
|
||||||
if( fd->frames.empty() )
|
if( fd->frames.empty() )
|
||||||
{
|
{
|
||||||
|
// TODO: add failure state
|
||||||
assert( m_onDemand );
|
assert( m_onDemand );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user