Searched defs:Histogram (Results 1 – 5 of 5) sorted by relevance
711 ### `histogram.exceeds`721 ### `histogram.max`730 ### `histogram.mean`739 ### `histogram.min`748 ### `histogram.percentile(percentile)`758 ### `histogram.percentiles`767 ### `histogram.reset()`774 ### `histogram.stddev`787 ### `histogram.disable()`797 ### `histogram.enable()`[all …]
41 class Histogram extends JSTransferable { class189 Histogram, property
40 bool Histogram = false; member
137 'Histogram': 'perf_hooks.html#perf_hooks_class_histogram', property
18 Histogram::Histogram(int64_t lowest, int64_t highest, int figures) { in Histogram() function in node::Histogram