tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Frame profiler

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

Hi all, I'm having issue following the guide for Python Bindings and MacOS in the manual file. I'll preface this by saying that I am unfamiliar with the `cmake` build...

**This is not a bug report**, but rather an attempt at documenting my work on #471. I am still not experienced in the tracy code base, so I'd like to...

I get tons of warnings like this with VS 17.10.3 in Release build. ``` warning C4714: function '__cdecl tracy::ScopedZone::ScopedZone(struct tracy::SourceLocationData const * __ptr64,bool) __ptr64' marked as __forceinline not inlined ```...

On the master branch, building the profiler alone with CMake fails on Debian Buster with X11 for ~2~ 1 reasons: 1. ~Wayland is incorrectly selected despite LEGACY=ON being given in...

Thanks for the great work you've created. I would like to know if the support of tcp connection in wasm profiler planned? It will be really handy if Tracy is...

In the current master, I saved a large trace to a file, and later when I tried to reopen it, I got the following: ![image](https://github.com/user-attachments/assets/68e07b21-230a-4591-8ade-59d66601e08f) I noticed this behavior on...

Zooming reveals that the data is actually completely bogus. See the video: [Wayfarer_2024-10-08_114209.webm](https://github.com/user-attachments/assets/32271888-5cb8-4577-abee-396fb245e80b) Also note this double-rendering in the blue and yellow plot: ![image](https://github.com/user-attachments/assets/816633fe-7f7c-4bca-be5b-d7e94f3640f9) I'm currently on e6eb9899

A similar issue as in SDL, please check https://github.com/libsdl-org/SDL/pull/9285 EDIT: I don't read the source carefully, but the following patch worked: ``` --- a/profiler/src/BackendWayland.cpp 2024-07-17 00:38:15.000000000 +0800 +++ b/profiler/src/BackendWayland.cpp 2024-07-17...

Hey there. I apologise in advance if my description is poor or if it's a stupid mistake on my part, I'm not overly familiar with CMake, neither am I with...

Beginner question, because I must be doing something wrong. I used instructions from the User Manual: `cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release` - this one passes and `cmake --build profiler/build...