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

Method enableSampleOutput

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

Source from the content-addressed store, hash-verified

99namespace seissol {
100
101void LoopStatistics::enableSampleOutput(bool enabled) { outputSamples = enabled; }
102
103LoopStatistics::Region::Region(const std::string& name, bool includeInSummary)
104 : name(name), includeInSummary(includeInSummary) {}

Callers 1

TimeManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected