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

Method incrementHardwareFlopsLocal

src/Monitoring/FlopCounter.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 nonZeroFlopsLocal += update;
216}
217void FlopCounter::incrementHardwareFlopsLocal(long long update) {
218 assert(update >= 0);
219 hardwareFlopsLocal += update;
220}
221void FlopCounter::incrementNonZeroFlopsNeighbor(long long update) {
222 assert(update >= 0);
223 nonZeroFlopsNeighbor += update;

Callers 1

predictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected