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

Method incrementNonZeroFlopsNeighbor

src/Monitoring/FlopCounter.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 hardwareFlopsLocal += update;
220}
221void FlopCounter::incrementNonZeroFlopsNeighbor(long long update) {
222 assert(update >= 0);
223 nonZeroFlopsNeighbor += update;
224}
225void FlopCounter::incrementHardwareFlopsNeighbor(long long update) {
226 assert(update >= 0);
227 hardwareFlopsNeighbor += update;

Callers 1

correctMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected