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

Commits on Jul 6, 2017

  1. Adding extended arithmetic performance counters

    - 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 committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    014a01a View commit details
    Browse the repository at this point in the history