Very interesting, but seems to be focussed on games / frame-based simulations. Does anyone know a similar generic graphical profiler for Linux that also provides system context (other threads, syscalls, preemptions)? I'm only aware of VTune.
Nice, but it only supports Vulkan?<p>I did something similar in a few macros myself by creating nested scopes which record the current time on enter and exit. However I'm leveraging the UI built into chromium for the visualization.<p><a href="https://github.com/ensisoft/gamestudio/blob/master/base/trace.h" rel="nofollow">https://github.com/ensisoft/gamestudio/blob/master/base/trac...</a>