MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / cpu_time_used

Method cpu_time_used

deps/google-benchmark/src/thread_timer.h:52–55  ·  view source on GitHub ↗

REQUIRES: timer is not running

Source from the content-addressed store, hash-verified

50
51 // REQUIRES: timer is not running
52 double cpu_time_used() const {
53 BM_CHECK(!running_);
54 return cpu_time_used_;
55 }
56
57 // REQUIRES: timer is not running
58 double manual_time_used() const {

Callers 1

RunInThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected