MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Duration

Method Duration

CvPlot/ext/catch2/inc/catch.hpp:15970–15972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15968
15969public:
15970 explicit Duration(double inNanoseconds, Unit units = Unit::Auto)
15971 : Duration(static_cast<uint64_t>(inNanoseconds), units) {
15972 }
15973
15974 explicit Duration(uint64_t inNanoseconds, Unit units = Unit::Auto)
15975 : m_inNanoseconds(inNanoseconds),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected