MCPcopy Create free account
hub / github.com/cutdigital/mcut / mini_timer

Method mini_timer

include/mcut/internal/timer.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55public:
56 mini_timer(const std::string& name)
57 : m_start(std::chrono::steady_clock::now())
58 , m_name(name)
59 {
60 }
61
62 ~mini_timer()
63 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected