MangoHud icon indicating copy to clipboard operation
MangoHud copied to clipboard

Option to set number of frames shown in graph/histogram

Open CyberShadow opened this issue 2 years ago • 0 comments

Currently this is a static array:

https://github.com/flightlessmango/MangoHud/blob/425b98ae9a21b672d2e50338b52ef7efbe384b91/src/overlay.h#L59

Graphs are then drawn using ARRAY_SIZE of that array.

Would be nice if this limit was configurable instead of hard-coded to 200.

Use case: I'm trying to visually demonstrate a performance issue which manifests as stable high FPS -> ~5 seconds of unstable FPS -> stable low FPS.

CyberShadow avatar Apr 03 '22 21:04 CyberShadow