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 am new to Tracy and I already fell in love with it, great work! I am using it to profile some of my personal multithreaded scientific calculations. Is there...

enhancement

When capturing with `TRACY_ON_DEMAND`, I would expect tracy to stop recording data when the server sends a "Stop" command (that is, when I click on ![image](https://user-images.githubusercontent.com/6024225/145292662-d8ec962d-f712-413f-9b13-3acd203d2543.png) ) However in my...

bug

The list of failure reasons can be seen here: https://github.com/wolfpld/tracy/blob/14392a6e0e74d665042e55dda610a5a5bdbbc054/server/TracyWorker.cpp#L8435-L8449 It can be pretty hard to figure out where one made a mistake, as the error is generic and doesn't...

enhancement

I have a trace that contains a very large amount of threads, and attempting to zoom onto zones far down in the thread list causes threads up above to leave...

bug
enhancement

As far as I know, Plots only show the min/max values. However, all the data points are there. Can the Median and Average values be added to the info for...

enhancement

# Intro I stumbled upon Tracy Profiler via @andrewrk video ([Sub-Millisecond Compilations with Zig’s In-Place Binary Patching](https://vimeo.com/491488902)) linked from @kristoff-it post ([Zig's New Relationship with LLVM](https://kristoff.it/blog/zig-new-relationship-llvm/)). Looks sleek, so I...

documentation

It would be useful to potential new users if there was a page (on the repo itself? in a Wiki here on GitHub?) Comparing and contrasting tracey with [Palanteer](https://github.com/dfeneyrou/palanteer/).

documentation

My project builds on Linux, macOS and Android. If I call `tracy::SetThreadName("thread-name")`, I then get the expected current thread name (i.e. `"thread-name"`) on Linux or Android using: ``` tracy::GetThreadName(tracy::GetThreadHandle()) ```...

enhancement
macos

My use case is I have relatively short lived processes, usually just pressing the "connect" button and then running it is enough. I don't really want to use the feature...

enhancement
wontfix

First of all, I would say thank you for your amazing job! I always wanted to profile my code and never find the Swiss Army knife for that (CPU /...

wontfix
macos