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

Method ActorStateStatistics

src/Monitoring/ActorStateStatistics.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace seissol {
8
9ActorStateStatistics::ActorStateStatistics(unsigned globalClusterId, LoopStatistics& loopStatistics)
10 : currentSample(time_stepping::ActorState::Synced), globalClusterId(globalClusterId),
11 loopStatistics(loopStatistics) {}
12
13void ActorStateStatistics::enter(time_stepping::ActorState actorState) {
14 if (actorState == currentSample.state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected