Timur Popov

Results 2 issues of Timur Popov

It is a common use case to have a couple of Frames (time ranges) when doing repetitive per-commit or per-feature perftests, e.g. one for loading resources and one for a...

enhancement

The issue occur when the client wants to shutdown profiling but transfer all data to the server before exiting. The client code looks like it: `tracy::GetProfiler().RequestShutdown();` `while (!tracy::GetProfiler().HasShutdonwFinished())` `{` `...