MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / DebugTimer

Method DebugTimer

src/lib/DebugTimer.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace OpenKneeboard {
13
14DebugTimer::DebugTimer(std::string_view label)
15 : mLabel(label), mStart(std::chrono::steady_clock::now()) {
16}
17
18DebugTimer::~DebugTimer() {
19 this->End();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected