MCPcopy 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

21class Benchmark {
22public:
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

resetMethod · 0.45

Tested by

no test coverage detected