ccp-serpent
Results
1
comments of
ccp-serpent
I encountered this issue during very early profiler startup in my process. A workaround I found was to delay instrumentation until the profiler is connected. E.g. guarding against `tracy::GetProfiler().IsConnected()`. The...