Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ range
Method
range
Fleece/Support/Benchmark.hh:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
std::pair<double,double> range() {
54
sort();
55
return {_times[0], _times[_times.size()-1]};
56
}
57
58
void reset() {_times.clear();}
59
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected