Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void ExecutionTimer::Batch() {
38
for (size_t i = 0; i < batch_; ++i) {
39
F();
40
}
41
}
42
43
struct SingleTimer::Imp {
44
using Clock = std::chrono::steady_clock;
Callers
nothing calls this directly
Calls
1
F
Function · 0.85
Tested by
no test coverage detected