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

Store aggregates in the instrumentation atom #1

Open
dwwoelfel opened this issue Mar 1, 2015 · 0 comments
Open

Store aggregates in the instrumentation atom #1

dwwoelfel opened this issue Mar 1, 2015 · 0 comments

Comments

@dwwoelfel
Copy link
Member

Right now we're storing an array of render times. We can trade some time for space and store aggregates instead (e.g. store :average-ms instead of storing an array of render times and calculating the average at display-time).

Not sure how to calculate the standard deviation from aggregates, but maybe we can just drop that stat.

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

1 participant