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

I'm using dynamic zone names and user text a fair bit. For example, I have a zone for `ClutterActor::allocate()` where I get the concrete `ClutterActor` derived class name at runtime...

## Description: While the documentation states that tracy is to be off by default unless the `TRACY_ENABLE` option is present this appears to not be the case as the `CMakeLists.txt`...

I send ThreadContext and ZoneBegin/ZoneEnd to tracy server, but server can only show zone infomation of first thread. Other threads are empty labels.

I am using Tracy to profile Mutter and GNOME Shell. I would also like to instrument some libraries like GLib or GJS. These libraries are loaded into many different processes....

Tracy v0.9.1 ``` [nix-shell:~/Downloads/tracy/profiler/build/unix]$ make g++ -c -I../../../imgui -I/nix/store/3jypdd47qjqvrv3p69vpw2iaddz3s51q-dbus-1.14.4-dev/include/dbus-1.0 -I/nix/store/wsjsjx85d0km8si2ghx1636q4n17p7nc-dbus-1.14.4-lib/lib/dbus-1.0/include -O3 -flto -s -march=native -std=c++17 -DNDEBUG -DIMGUI_ENABLE_FREETYPE ../../../server/TracySourceView.cpp -o obj/release/o/o/o/../../../server/TracySourceView.o ../../../server/TracySourceView.cpp:5:10: fatal error: capstone.h: No such file or directory 5...

When analyzing the performance of a function using sampling instead of zones, I often look at that function in the source view and want to investigate child calls. The child...

Seems in my tests like we get stuck on a mutex when I do TracyPlotConfig duration construction of a class after main() when having TRACY_ON_DEMAND enabled. ``` "Thread 1 (Thread...

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...

Clicking on the "Location" column of any entry in the "Statistics" page (on "Sampling" mode, not sure if that has any effect) causes the profiler to hang. This happens both...