Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ start
Method
start
Fleece/Support/Benchmark.hh:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
class Benchmark {
22
public:
23
void start() {_st.reset();}
24
double elapsed() const FLPURE {return _st.elapsed();}
25
double stop() {double t = elapsed(); _times.push_back(t); return t;}
26
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected