MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / format

Function format

extern/boost/boost/timer/timer.hpp:64–65  ·  view source on GitHub ↗

does not stop()

Source from the content-addressed store, hash-verified

62 bool is_stopped() const BOOST_NOEXCEPT { return m_is_stopped; }
63 cpu_times elapsed() const BOOST_NOEXCEPT; // does not stop()
64 std::string format(short places, const std::string& format) const
65 { return ::boost::timer::format(elapsed(), places, format); }
66 std::string format(short places = default_places) const
67 { return ::boost::timer::format(elapsed(), places); }
68 // actions

Callers 7

executeMethod · 0.85
evlGetContextFunction · 0.85
putAttachmentMethod · 0.85
generateDPBMethod · 0.85
datetime_to_textFunction · 0.85
decodeTimeTzWithFallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected