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

[WIP] hud: Modify histogram to use buckets and report p50/p90/p99 #659

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kkartaltepe
Copy link
Contributor

This makes the histogram option behave like a histogram instead of
simply rendering the same data as frame_timing without the histogram
option.

This is mostly for reference and personal use as is and does not match
some of the repo's coding standards.

This is a demonstration of a simple implementation of #585, if it seems reasonable and desirable upstream i would be happy to clean this up for better than my personal use. Alternately feel free to use any code in this PR for your own implementation.

@kkartaltepe
Copy link
Contributor Author

kkartaltepe commented Dec 20, 2021

As its, its also far from beautiful but an example of how it renders is
Made it slightly more readable, and shook out a few bugs with it.
screen_20211219222817

This makes the histogram option behave like a histogram instead of
simply rendering the same data as frame_timing without the histogram
option.

This is mostly for reference and personal use as is and does not match
some of the repo's coding standards.
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

Successfully merging this pull request may close these issues.

1 participant