Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to set number of frames shown in graph/histogram #723

Closed
CyberShadow opened this issue Apr 3, 2022 · 1 comment
Closed

Option to set number of frames shown in graph/histogram #723

CyberShadow opened this issue Apr 3, 2022 · 1 comment

Comments

@CyberShadow
Copy link

Currently this is a static array:

struct frame_stat frames_stats[200];

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.

@flightlessmango
Copy link
Owner

closing as duplicate of #700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants