MCPcopy Create free account
hub / github.com/ElementsProject/elements / Start

Method Start

src/leveldb/benchmarks/db_bench_sqlite3.cc:237–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 void Start() {
238 start_ = Env::Default()->NowMicros() * 1e-6;
239 bytes_ = 0;
240 message_.clear();
241 last_op_finish_ = start_;
242 hist_.Clear();
243 done_ = 0;
244 next_report_ = 100;
245 }
246
247 void FinishedSingleOp() {
248 if (FLAGS_histogram) {

Callers

nothing calls this directly

Calls 3

NowMicrosMethod · 0.45
clearMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected