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,src: add HistogramBase and internal/histogram.js #31988

Closed
wants to merge 3 commits into from

Commits on Feb 27, 2020

  1. perf,src: add HistogramBase and internal/histogram.js

    Separating this out from the QUIC PR to allow it to be separately
    reviewed. The QUIC implementation makes use of the hdr_histogram
    for dynamic performance monitoring. This introduces a BaseObject
    class that allows the internal histograms to be accessed on the
    JavaScript side and adds a generic Histogram class that will be
    used by both QUIC and perf_hooks (for the event loop delay
    monitoring).
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ed89699 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    3785cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8606c61 View commit details
    Browse the repository at this point in the history