MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / level

Method level

src/workflow/Timer.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16Timer::Timer(std::string message, unsigned level) : m_message(std::move(message)), m_level(level) {}
17
18unsigned Timer::level() const {
19 return m_level;
20}
21
22auto Timer::start() const {
23 return m_start;

Callers 3

openstudio_cli.rbFile · 0.45
initializeMethod · 0.45
logger_test.rbFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected