/third_party/node/src/ |
D | histogram-inl.h | 12 void Histogram::Reset() { in Reset() 19 int64_t Histogram::Min() { in Min() 24 int64_t Histogram::Max() { in Max() 29 double Histogram::Mean() { in Mean() 34 double Histogram::Stddev() { in Stddev() 39 double Histogram::Percentile(double percentile) { in Percentile() 48 void Histogram::Percentiles(Iterator&& fn) { in Percentiles() 59 bool Histogram::Record(int64_t value) { in Record() 64 uint64_t Histogram::RecordDelta() { in RecordDelta() 79 size_t Histogram::GetMemorySize() const { in GetMemorySize()
|
D | histogram.h | 23 class Histogram : public MemoryRetainer { 25 Histogram( 29 virtual ~Histogram() = default; 50 SET_MEMORY_INFO_NAME(Histogram) 51 SET_SELF_SIZE(Histogram) 65 explicit HistogramImpl(std::shared_ptr<Histogram> histogram); 67 Histogram* operator->() { return histogram_.get(); } 70 const std::shared_ptr<Histogram>& histogram() const { return histogram_; } in histogram() 73 std::shared_ptr<Histogram> histogram_; 90 std::shared_ptr<Histogram> histogram); [all …]
|
D | histogram.cc | 18 Histogram::Histogram(int64_t lowest, int64_t highest, int figures) { in Histogram() function in node::Histogram 24 void Histogram::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() 29 : histogram_(new Histogram(lowest, highest, figures)) {} in HistogramImpl() 31 HistogramImpl::HistogramImpl(std::shared_ptr<Histogram> histogram) in HistogramImpl() 48 std::shared_ptr<Histogram> histogram) in HistogramBase() 157 std::shared_ptr<Histogram> histogram) { in Create()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | histogram_inc.h | 12 typedef struct FN(Histogram) { 16 } FN(Histogram); 18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() 25 FN(Histogram)* array, size_t length) { in FN() 30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() 35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, in FN() 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() 43 const FN(Histogram)* v) { in FN()
|
D | block_encoder_inc.h | 10 #define HistogramType FN(Histogram)
|
D | bit_cost_inc.h | 10 #define HistogramType FN(Histogram)
|
D | metablock_inc.h | 10 #define HistogramType FN(Histogram)
|
/third_party/node/deps/brotli/c/enc/ |
D | histogram_inc.h | 12 typedef struct FN(Histogram) { 16 } FN(Histogram); 18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() 25 FN(Histogram)* array, size_t length) { in FN() 30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() 35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, in FN() 42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() 43 const FN(Histogram)* v) { in FN()
|
D | block_encoder_inc.h | 10 #define HistogramType FN(Histogram)
|
D | bit_cost_inc.h | 10 #define HistogramType FN(Histogram)
|
D | metablock_inc.h | 10 #define HistogramType FN(Histogram)
|
/third_party/node/lib/internal/ |
D | histogram.js | 14 Histogram: _Histogram 41 class Histogram extends JSTransferable { class 124 class RecordableHistogram extends Histogram { 174 InternalHistogram.prototype.constructor = Histogram; 177 Histogram.prototype); 189 Histogram, property
|
/third_party/rust/crates/tracing/tracing-opentelemetry/tests/ |
D | metrics_publishing.rs | 5 aggregation::{self, Histogram, Sum, TemporalitySelector}, 126 InstrumentKind::Histogram, in u64_histogram_is_exported() 142 InstrumentKind::Histogram, in i64_histogram_is_exported() 158 InstrumentKind::Histogram, in f64_histogram_is_exported() 237 InstrumentKind::Histogram => { in export()
|
/third_party/rust/crates/tracing/tracing-opentelemetry/src/ |
D | metrics.rs | 6 metrics::{Counter, Histogram, Meter, MeterProvider, UpDownCounter}, 26 u64_histogram: MetricsMap<Histogram<u64>>, 27 i64_histogram: MetricsMap<Histogram<i64>>, 28 f64_histogram: MetricsMap<Histogram<f64>>,
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | HistogramWriter.cpp | 84 std::unique_ptr<proto::Histogram> proto = histogram.second->toProto(); in getAsJSON() 95 const proto::Histogram &histogram = histogramSet.histograms(histogramIndex); in getAsJSON()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeAnalyzer.h | 40 bool Histogram = false; member
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_metrics.md | 82 ### Histogram metrics tagging 84 Histogram metrics track differently-qualified results in the same metric, for 200 #### Histogram metrics 203 `n.cn.failures`|context|histogram|Histogram of connection attempt failure reasons|
|
/third_party/skia/third_party/externals/libpng/ |
D | TODO | 16 * Histogram creation.
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | TODO | 16 * Histogram creation.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonScheduleV60.td | 51 // S0-3 | CVI_HIST Histogram |
|
/third_party/node/lib/ |
D | perf_hooks.js | 70 Histogram, 641 class ELDHistogram extends Histogram {
|
/third_party/node/doc/api/ |
D | perf_hooks.md | 706 ## Class: `Histogram` 783 ## Class: `IntervalHistogram extends Histogram` 785 A `Histogram` that is periodically updated on a given interval. 810 end, the histogram is cloned as a plain {Histogram} object that does not 813 ## Class: `RecordableHistogram extends Histogram`
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_packed_6bytes.txt | 20 Histogram affects the definition of this extension 199 Dependencies on Histogram
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_packed_6bytes.txt | 20 Histogram affects the definition of this extension 199 Dependencies on Histogram
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/ |
D | prefix.comp | 86 // Histogram buffer reference
|