MCPcopy Create free account
hub / github.com/cselab/aphros / Batch

Method Batch

src/util/timer.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ExecutionTimer::Batch() {
38 for (size_t i = 0; i < batch_; ++i) {
39 F();
40 }
41}
42
43struct SingleTimer::Imp {
44 using Clock = std::chrono::steady_clock;

Callers

nothing calls this directly

Calls 1

FFunction · 0.85

Tested by

no test coverage detected