diff --git a/profiler/src/profiler/TracyView_CpuData.cpp b/profiler/src/profiler/TracyView_CpuData.cpp index c6ccf7d3..f101ff16 100644 --- a/profiler/src/profiler/TracyView_CpuData.cpp +++ b/profiler/src/profiler/TracyView_CpuData.cpp @@ -292,7 +292,7 @@ bool View::DrawCpuData( const TimelineContext& ctx, const std::vectorWakeupVal() - prev.End() ) ); } - + // Do we have information about the readying thread? if( it->Start() - it->WakeupVal() ) { @@ -369,7 +369,7 @@ bool View::DrawCpuData( const TimelineContext& ctx, const std::vector( wakeupThreadColor ), wakeuplabel ); ImGui::SameLine();