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

Method incrementNonZeroFlopsLocal

src/Monitoring/FlopCounter.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 << UnitFlop.formatPrefix(totalFlops[PLNonZeroFlops]).c_str();
212}
213void FlopCounter::incrementNonZeroFlopsLocal(long long update) {
214 assert(update >= 0);
215 nonZeroFlopsLocal += update;
216}
217void FlopCounter::incrementHardwareFlopsLocal(long long update) {
218 assert(update >= 0);
219 hardwareFlopsLocal += update;

Callers 1

predictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected