Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
struct Durations {
29
Duration max;
30
Duration min;
31
Duration avg;
32
int count;
33
};
34
35
class Arithmetic : public PhysicsModel {
36
protected:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected