MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / begin

Method begin

src/Monitoring/LoopStatistics.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void LoopStatistics::begin(unsigned region) {
119 clock_gettime(CLOCK_MONOTONIC, &regions[region].begin);
120}
121
122void LoopStatistics::end(unsigned region, unsigned numIterations, unsigned subRegion) {
123 timespec endTime{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected