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

perf_hooks: multiple fixes for Histogram #41153

Closed
wants to merge 1 commit into from

Commits on Dec 14, 2021

  1. perf_hooks: multiple fixes for Histogram

    * The createHistogram(options) options weren't actually implemented
    * Add a new count property that tracks the number of samples
    * Adds BigInt options for relevant properties
    * Adds add(other) method for RecordableHistogram
    * Cleans up and expands tests
    * Eliminates unnecessary ELDHistogram native class
    * Improve/Simplify histogram transfer impl
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    
    perf_hooks: simplify Histogram constructor options
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 14, 2021
    Copy the full SHA
    53c078c View commit details
    Browse the repository at this point in the history