MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / TimeLogger

Method TimeLogger

cpp/dolfinx/common/TimeLogger.h:57–57  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

55private:
56 /// Constructor
57 TimeLogger() = default;
58
59 // This class is used as a singleton and thus should not allow copies.
60 TimeLogger(const TimeLogger&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected