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

Adding extended arithmetic performance counters #2745

Merged
merged 1 commit into from Jul 12, 2017

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jul 6, 2017

  • this adds 5 new performance counters:
    /arithmetics/mean, /arithmetics/variance, /arithmetics/median,
    /arithmetics/min, and /arithmetics/max
    all of which will calculate the given statistics over a set of
    counters specified as counter parameters, for instance:
    /arithmetics/mean@/threadqueue{locality#0/worker-thread#*}/length
    which calculates the average queue length for all worker threads

- this adds 5 new performance counters:
    /arithmetics/mean,/arithmetics/variance, /arithmetics/median,
    /arithmetics/min, and /arithmetics/max
  all of which will calculate the given statistics over a set of
  counters specified as counter parameters, for instance:
    /arithmetics/mean@/threadqueue{locality#0/worker-thread#*}/length
  which calculates the average queue length for all worker threads
@hkaiser hkaiser added this to the 1.1.0 milestone Jul 6, 2017
@hkaiser hkaiser merged commit 6e078e0 into master Jul 12, 2017
@hkaiser hkaiser deleted the extended_arithmetics_counters branch July 12, 2017 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant