bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

option to record last N frames #76

Open malytomas opened 5 years ago

malytomas commented 5 years ago

Accepting the fact that the application is only capable of working with few hundred frames, it would be nice to have an option to run the profiler continuously and discard frames older than some configuration (time, frames or MB). This would allow to monitor the game for a long time and after experiencing problems to quickly stop the recording. In the current setup, I have to start recording and hope that something bad happens in the game in the next few seconds only. I hope this feature suggestion makes sense :D

bombomby commented 5 years ago

Yep, this feature is in the top of the list.

unreal-skif commented 3 years ago

Hi! Where progress about this request can be tracked?