Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Dperf_hooks.md1258 ### `histogram.count`
1270 ### `histogram.countBigInt`
1282 ### `histogram.exceeds`
1293 ### `histogram.exceedsBigInt`
1306 ### `histogram.max`
1316 ### `histogram.maxBigInt`
1328 ### `histogram.mean`
1338 ### `histogram.min`
1348 ### `histogram.minBigInt`
1360 ### `histogram.percentile(percentile)`
[all …]
/third_party/node/lib/internal/
Dhistogram.js56 class Histogram { class
375 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/deps/v8/tools/
Deval_gc_nvp.py50 class Histogram: class
/third_party/node/tools/doc/
Dtype-parser.mjs178 'Histogram': 'perf_hooks.html#class-histogram', property
/third_party/node/src/
Dhistogram.cc23 Histogram::Histogram(const Options& options) { in Histogram() function in node::Histogram
/third_party/node/deps/v8/src/logging/
Dcounters.h623 friend class Histogram; variable