As a xoogler who's wanted to use this and invest in it, I'm curious about the state it's in. Google has been investing in perfetto, this is different, but has some redundancy. It would would be nice to know this isn't abandonware.
i don't really think there is _anything_ that comes even <i>close</i> to tracy <a href="https://github.com/wolfpld/tracy">https://github.com/wolfpld/tracy</a>.<p>on top of this, given google's penchant for dumping projects aka abandonware, this would be an easy pass.
> It supports native applications written in languages such as C, C++, Rust, or Go.<p>Seeing it supports Go, I wonder if it supports other AoT compiled languages with garbage collectors, like .NET.
Can anyone suggest a good non-sampling profiler for low latency apps? The only one I can think of is <a href="https://github.com/morganstanley/Xpedite">https://github.com/morganstanley/Xpedite</a> but it's not even clear that it is being maintained anymore.
VTunes can tell you the average time that functions take to run but which tools can highlight functions that very occasionally run a lot slower than normal?
There's a bunch of really good C++ profilers already. My current favourite is Tracy: <a href="https://github.com/wolfpld/tracy">https://github.com/wolfpld/tracy</a>