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

Unicode character garbled.I tried to change another font, but not working! ![image](https://github.com/wolfpld/tracy/assets/49848762/f5aca74d-929a-44f0-a75b-a3c9584e7267)

Assertion failed: depth >= 1 && depth < 63, file d:\github\tracy\public\client\TracyCallstack.hpp, line 83 It did a few times and then it stopped.

the documented srcloc limit[1] of 65534 is insufficient for some programs and i'd like to request bumping it up to 23 bits or more further, on 0.8.2 - unable to...

https://github.com/wolfpld/tracy/blob/dcc7c241329e13339e32b8091a759bcc8ae3bad7/profiler/src/ConnectionHistory.cpp#L23 I wound up with an empty connection history and tracy stopped booting up with a hard crash, and had to rebuild in debug to figure out what was going...

When opening a saved trace on Windows, the title bar shows the time of recording but not the filename. On windows, it is common for programs to set their name/title...

The compiler doesn't like usage of LockMark when you have arrow or dot operators, because of how it expands the macro: ![image](https://github.com/wolfpld/tracy/assets/29616/072805f7-8b94-4acc-8570-2a7bf1b19939) I think maybe it needs a couple of...

As said in the title - if the application relies on temporary worker treads (threads created and destroyed on-demand, not reused from a thread pool), Tracy (GUI profiler) quickly hits...

I'm getting crashes from something that Address Sanitizer claims to come from within the Tracy worker thread: ``` ==101601==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000003c8f0d at pc 0x00000053a2f7 bp 0x7f29fe9b3290 sp...

It seems you can filter out functions with tracy in the name/location (-tracy in filter field), but I'd like to remove tracy samples from the total time/counts as well. The...

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