Marcos Slomp
Marcos Slomp
It appears that the vertical scrollbar of the main window is missing on macOS; have a look at the attached screenshot (a capture of the right side of the profiler...
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...
This seems to be a deliberate decision. I was wondering if it would be better to just take note of them (by marking them as "unmatched" in memory profiler window)...
I am trying to profile an application in sampling-mode through WSL2 (on a Windows 10 host). I have elevated the prompt that is running Linux, and I have run the...
Title says all. d3d12: https://github.com/halide/Halide/pull/7489 metal: https://github.com/halide/Halide/pull/7532 cuda: opencl: webgpu: gpu_device_selection: tracing:
(I still need to update the manual, but I'm putting the code here for review to save some time). The Metal back-end in Tracy operates differently than other GPU back-ends...
t looks like we don't check the "validity" of the native buffer in the various wrap-native implementations: https://github.com/halide/Halide/blob/9864bd4266cd0d65815a538bd9dfafa25c7a9b00/src/runtime/vulkan.cpp#L1337-L1347 https://github.com/halide/Halide/blob/9864bd4266cd0d65815a538bd9dfafa25c7a9b00/src/runtime/metal.cpp#L1230-L1247 https://github.com/halide/Halide/blob/9864bd4266cd0d65815a538bd9dfafa25c7a9b00/src/runtime/cuda.cpp#L1227-L1246 https://github.com/halide/Halide/blob/9864bd4266cd0d65815a538bd9dfafa25c7a9b00/src/runtime/opencl.cpp#L1231-L1257 In D3D12 there's a check (a rather overkill one):...
In the current master, I saved a large trace to a file, and later when I tried to reopen it, I got the following:  I noticed this behavior on...