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

Method format

src/workflow/Timer.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::string Timer::format() const {
51 if (m_end == TimePointType{}) {
52 return fmt::format("Timer {} started at {}", m_message, m_start);
53 } else {
54 return fmt::format("Timer {} took {} ms", m_message, duration());
55 }
56}
57
58std::string Timer::formatRow(size_t message_len, size_t timepoint_len, size_t duration_len) const {
59 if (m_level == 1) {

Callers 14

get_tagMethod · 0.80
$iFunction · 0.80
JiFunction · 0.80
d3.min.jsFile · 0.80
concat_all_natvis_filesFunction · 0.80
boldFunction · 0.80
redFunction · 0.80
greenFunction · 0.80
yellowFunction · 0.80
blueFunction · 0.80
magentaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected