Public Member Functions | |
| Impl (const std::string &ident_r) | |
| ~Impl () | |
| void | restart () |
| void | elapsed () const |
Private Member Functions | |
| std::ostream & | dumpMeasure (std::ostream &str_r) const |
Private Attributes | |
| std::string | _ident |
| Tm | _start |
| unsigned | _seq |
| Tm | _elapsed |
| Tm | _stop |
Definition at line 145 of file Measure.cc.
| zypp::debug::Measure::Impl::Impl | ( | const std::string & | ident_r | ) | [inline] |
| zypp::debug::Measure::Impl::~Impl | ( | ) | [inline] |
Definition at line 156 of file Measure.cc.
References _ident, _seq, _stop, dumpMeasure(), INT, and zypp::solver::detail::str.
| void zypp::debug::Measure::Impl::restart | ( | ) | [inline] |
| void zypp::debug::Measure::Impl::elapsed | ( | ) | const [inline] |
Definition at line 170 of file Measure.cc.
References _elapsed, _ident, _seq, _stop, dumpMeasure(), INT, and zypp::solver::detail::str.
| std::ostream& zypp::debug::Measure::Impl::dumpMeasure | ( | std::ostream & | str_r | ) | const [inline, private] |
std::string zypp::debug::Measure::Impl::_ident [private] |
Tm zypp::debug::Measure::Impl::_start [private] |
unsigned zypp::debug::Measure::Impl::_seq [mutable, private] |
Tm zypp::debug::Measure::Impl::_elapsed [mutable, private] |
Tm zypp::debug::Measure::Impl::_stop [mutable, private] |
Definition at line 195 of file Measure.cc.
Referenced by dumpMeasure(), elapsed(), restart(), and ~Impl().
1.5.3