MCPcopy Create free account
hub / github.com/MikeLankamp/fpm / SetIterationTime

Method SetIterationTime

3rdparty/googlebench/src/thread_timer.h:32–32  ·  view source on GitHub ↗

Called by each thread

Source from the content-addressed store, hash-verified

30
31 // Called by each thread
32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; }
33
34 bool running() const { return running_; }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected