There was an error while loading. Please reload this page.
1 parent f21f8d6 commit 355a11fCopy full SHA for 355a11f
public/client/TracyProfiler.cpp
@@ -2851,6 +2851,8 @@ Profiler::DequeueStatus Profiler::DequeueSerial()
2851
const auto sz = m_serialDequeue.size();
2852
if( sz > 0 )
2853
{
2854
+ dequeueStatus = DequeueStatus::DataDequeued;
2855
+
2856
InitRpmalloc();
2857
int64_t refSerial = m_refTimeSerial;
2858
int64_t refGpu = m_refTimeGpu;
0 commit comments