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 have two computers, one with intel i7-4720HQ, and one with ryzen 5950X, both running gentoo linux (and the config should be pretty similar, there might be some differences in...

When running Tracy + ASan on our project, we get a buffer overflow in Tracy a few seconds after we open the "Memory" panel on the Tracy server. It runs...

I'm using Tracy with sampling on Android/aarch64. Some of my symbols, that are created by a custom LLVM-based compiler (IREE), are at first not visible to TracySourceView: trying to open...

with millions of tracked allocations the memory window is unusably slow. the top-right of this screenshot suggests 3fps, but it feels more like 1 frame per 3 seconds. ![tracy25](https://user-images.githubusercontent.com/16431567/180493327-7ba84d2b-1f0f-4a6f-a4f7-8d92b67a4fef.png)

enhancement

I've got an application where the main frame loop is running at a fixed frequency (10Hz, in this case). We intentionally run a "sleep" every frame if the main workload...

enhancement
awaiting response

Hello! The Chrome Trace document has this concept of "flow events" which allow to connect two different profiling zones, possible on different threads. These connections could be useful to connect...

enhancement

First of all, Tracy is extremely useful, thanks for that! Now, the issue I want to discuss is how to best deal with **imperfectly nested and/or overlapping regions**. We ran...

enhancement

-- The C compiler identification is **AppleClang 13.1.6.13160021** I'm also using `dsymutil` to extract the debug symbols. The `lldb` debugger is able to retrieve call stack information. The only way...

When compiling on Linux, Windows dependencies do not implicitly get added to the dependency tracy_dep. These are pragma comment linked in the code.

Hi, I'm having some weird issue, i'll try to describe the problem: I have WPF (.NET framework v4.8) application that it's main UI is being rendered from an unmanaged C++...

help wanted
question
windows