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

Method print_report

src/utils/exception.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60const char* exception::what() const noexcept { return m_message.c_str(); }
61
62void exception::print_report(std::ostream& os) const { os << m_message; }
63
64} // namespace lbann

Callers 5

handle_signalFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

mainFunction · 0.64
mainFunction · 0.64