MCPcopy Create free account
hub / github.com/apache/arrow / mean_latency

Method mean_latency

cpp/src/arrow/flight/flight_benchmark.cc:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 uint64_t max_latency() const { return latencies.Max() / 1000; }
118
119 uint64_t mean_latency() const { return latencies.Mean() / 1000; }
120
121 uint64_t quantile_latency(double q) const { return latencies.Quantile(q) / 1000; }
122};

Callers 1

RunPerformanceTestFunction · 0.80

Calls 1

MeanMethod · 0.45

Tested by

no test coverage detected