Results 384 comments of Bartosz Taudul

> The thread pool is definitely being exhausted, but I don't know enough about Tracy's usage of threads to know when it depends on being able to execute all its...

The PDF manual is the intended way of documenting things. Browsers have built-in PDF viewers nowadays.

For your use case it would probably be best to just compile a separate copy of glib with tracing enabled and LD_LIBRARY_PATH (or compatible) it for the application you want...

Please install `wayland-protocols` and execute `wayland-scanner client-header input output` to regenerate each header in the `wayland` directory and do the same with `wayland-scanner private-code input output` for each source file....

The abort is due to using the legacy X11 windowing system instead of a modern Wayland compositor. Thanks for confirming that generate-during-build solution works, I will incorporate it into the...

The workaround is a proper solution here.

The pain is real with this one, but the solution is not an easy one to implement, because the whole feature was not implemented with keeping history in mind, and...

On current master you should be able to navigate through the symbol history with these buttons: ![obraz](https://github.com/wolfpld/tracy/assets/600573/f624d7b7-d3f8-4063-90f2-be751f7c7697)

@slomp Can you take a look?

The collection of GPU events can only occur after the GPU has finished processing them. When this happens is independent of any submissions you make or frame boundaries where you...