MCPcopy Create free account
hub / github.com/LBANN/lbann / print_impl

Method print_impl

src/utils/timer_map.cpp:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void TimerMap::print_impl(std::ostream& os,
111 unsigned const width,
112 unsigned indent) const
113{
114 if (this->timer().samples())
115 print_timer(os, this->key(), this->timer(), width, indent++);
116 for (auto const& t : m_subscopes)
117 t.print_impl(os, width, indent);
118}
119
120} // namespace lbann

Callers 1

printMethod · 0.95

Calls 3

print_timerFunction · 0.85
timerMethod · 0.80
samplesMethod · 0.45

Tested by

no test coverage detected