Skip to content

Track render time in profiling/monitors

Rafał Mikrut requested to merge github/fork/Zireael07/profile-render into master

Created by: Zireael07

So here's a feature that I wanted a couple days back and took the time to code.

Monitors now show the time it takes for the engine to render (as opposed to having a blob of 'idle time' that covers both rendering and audio and who knows what). 'Idle time' is still a thing, but no longer includes rendering.

👀 wanted because it works in monitors but not in profiler (and I mostly wanted it for the profiler)

Merge request reports