Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Stop
Method
Stop
src/leveldb/benchmarks/db_bench.cc:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void Stop() {
211
finish_ = g_env->NowMicros();
212
seconds_ = (finish_ - start_) * 1e-6;
213
}
214
215
void AddMessage(Slice msg) { AppendWithSpace(&message_, msg); }
216
Callers
1
ThreadBody
Method · 0.45
Calls
1
NowMicros
Method · 0.45
Tested by
no test coverage detected