From ac6e7439e2ad53ae969a827a34c5c9356e358fab Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 14 Jan 2019 23:26:10 +0100 Subject: [PATCH] TODO: track memory allocation tracking failures. --- server/TracyWorker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index 1396b4d8..76acf460 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -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; }