tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Frame profiler

Results 174 tracy issues
Sort by recently updated
recently updated
newest added

Some feedback after introducing Tracy to my colleges at work has been that the binaries could use some better names, suggestion was to name the profiler and capture tools to:...

Hello! When trying to compile the profiler: ``` cd profiler/build/unix/ make -j4 ``` fails with: ``` In file included from ../../src/BackendWayland.cpp:22: ../../src/wayland/xdg-activation.h: In function ‘void xdg_activation_v1_destroy(xdg_activation_v1*)’: ../../src/wayland/xdg-activation.h:197:120: error: ‘WL_MARSHAL_FLAG_DESTROY’ was...

I ran into issue on macOS where Tracy profiler was unable to listen for UDP broadcast messages from clients on port 8086. More specifically, socket `bind()` would fail with "error...

![image](https://github.com/wolfpld/tracy/assets/5103327/f171b409-8f8a-4c8a-8a5f-a42ba4ec9534)

Here is my implementation, `#include #include "tracy/Tracy.hpp" int main() { ZoneScoped; std::cout

[VkCtx::NextQueryId()](https://github.com/wolfpld/tracy/blob/0e26b9e53fc88aeed75050c959af751e8c48828b/public/tracy/TracyVulkan.hpp#L312) from `TracyVulkan.hpp` is not thread safe (it updates non-atomic members without critical section), while this function is called from `VkCtxScope` [constructors](https://github.com/wolfpld/tracy/blob/0e26b9e53fc88aeed75050c959af751e8c48828b/public/tracy/TracyVulkan.hpp#L493) and [destructor](https://github.com/wolfpld/tracy/blob/0e26b9e53fc88aeed75050c959af751e8c48828b/public/tracy/TracyVulkan.hpp#L584), which can be used from multiple...

I need to expand some functions,so how can I get frameIdx from "ZoneEvent"?

The tracy file is too big, so can I select some frames to save?

Hi! I'm using Tracy to profile a Wayland compositor I'm writing, using [the Rust Tracy bindings](https://github.com/nagisa/rust_tracy_client). I'm really quite enjoying it, thanks for this fantastic piece of software! I've recently...

macOS Windows 11 ![image](https://github.com/wolfpld/tracy/assets/14332136/e3b805dc-95b6-4ce6-ad37-ea33d39d5bad)