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