MCPcopy Create free account
hub / github.com/ElementsProject/elements / ~Timer

Method ~Timer

src/logging/timer.h:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 ~Timer()
42 {
43 if (m_message_on_completion) {
44 this->Log(strprintf("%s completed", m_title));
45 } else {
46 this->Log("completed");
47 }
48 }
49
50 void Log(const std::string& msg)
51 {

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected