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

common: OpTracker age histogram calculation is not correct #5065

Merged
merged 1 commit into from Oct 10, 2015

Commits on Sep 10, 2015

  1. common: OpTracker age histogram calculation is not correct

    While the TrackedOps in each sharded list are ordered, there are no
    order among different shared lists. Looping the sharded list one by one
    won't be able to get the right histogram. Instead, we can increment the
    bin count for each of the TrackedOp. Btw, for those TrackedOp whose age
    is >= 2^30 ms, they are now been put in the respective number of bits
    bin, instead of been put in a single bin.
    
    Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
    wonzhq committed Sep 10, 2015
    Copy the full SHA
    567dd1e View commit details
    Browse the repository at this point in the history