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

Method incrementHardwareFlopsNeighbor

src/Monitoring/FlopCounter.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 nonZeroFlopsNeighbor += update;
224}
225void FlopCounter::incrementHardwareFlopsNeighbor(long long update) {
226 assert(update >= 0);
227 hardwareFlopsNeighbor += update;
228}
229void FlopCounter::incrementNonZeroFlopsOther(long long update) {
230 assert(update >= 0);
231 nonZeroFlopsOther += update;

Callers 1

correctMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected