Home
last modified time | relevance | path

Searched defs:Histogram (Results 1 – 5 of 5) sorted by relevance

/third_party/node/doc/api/
Dperf_hooks.md711 ### `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 …]
/third_party/node/lib/internal/
Dhistogram.js41 class Histogram extends JSTransferable { class
189 Histogram, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h40 bool Histogram = false; member
/third_party/node/tools/doc/
Dtype-parser.mjs137 'Histogram': 'perf_hooks.html#perf_hooks_class_histogram', property
/third_party/node/src/
Dhistogram.cc18 Histogram::Histogram(int64_t lowest, int64_t highest, int figures) { in Histogram() function in node::Histogram