MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / Durations

Class Durations

examples/performance/arithmetic/arithmetic.cxx:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28struct Durations {
29 Duration max;
30 Duration min;
31 Duration avg;
32 int count;
33};
34
35class Arithmetic : public PhysicsModel {
36protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected