Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ max_latency
Method
max_latency
cpp/src/arrow/flight/flight_benchmark.cc:117–117 ·
view source on GitHub ↗
ns -> us
Source
from the content-addressed store, hash-verified
115
116
// ns -> us
117
uint64_t max_latency() const { return latencies.Max() / 1000; }
118
119
uint64_t mean_latency() const { return latencies.Mean() / 1000; }
120
Callers
1
RunPerformanceTest
Function · 0.80
Calls
1
Max
Method · 0.45
Tested by
no test coverage detected