Measure implementation.
More...
|
| | Impl (const std::string &ident_r) |
| |
| | ~Impl () |
| |
| void | restart () |
| |
| void | elapsed (const std::string &tag_r=std::string()) const |
| |
|
| std::ostream & | log () const |
| | Return the log stream. More...
|
| |
| std::ostream & | dumpMeasure (std::ostream &str_r, const std::string &tag_r=std::string()) const |
| |
Measure implementation.
Definition at line 138 of file Measure.cc.
| zypp::debug::Measure::Impl::Impl |
( |
const std::string & |
ident_r | ) |
|
|
inline |
| zypp::debug::Measure::Impl::~Impl |
( |
| ) |
|
|
inline |
| void zypp::debug::Measure::Impl::restart |
( |
| ) |
|
|
inline |
| void zypp::debug::Measure::Impl::elapsed |
( |
const std::string & |
tag_r = std::string() | ) |
const |
|
inline |
| std::ostream& zypp::debug::Measure::Impl::log |
( |
| ) |
const |
|
inlineprivate |
Return the log stream.
Definition at line 177 of file Measure.cc.
| std::ostream& zypp::debug::Measure::Impl::dumpMeasure |
( |
std::ostream & |
str_r, |
|
|
const std::string & |
tag_r = std::string() |
|
) |
| const |
|
inlineprivate |
| std::string zypp::debug::Measure::Impl::_glevel |
|
staticprivate |
| std::string zypp::debug::Measure::Impl::_ident |
|
private |
| std::string zypp::debug::Measure::Impl::_level |
|
private |
| Tm zypp::debug::Measure::Impl::_start |
|
private |
| unsigned zypp::debug::Measure::Impl::_seq |
|
mutableprivate |
| Tm zypp::debug::Measure::Impl::_elapsed |
|
mutableprivate |
| Tm zypp::debug::Measure::Impl::_stop |
|
mutableprivate |
The documentation for this class was generated from the following file: