libzypp 17.31.23
|
Classes | |
class | Measure |
Tool to measure elapsed real and process times. More... | |
struct | Osd |
struct | Tm |
Times measured by Measure. More... | |
struct | TraceCAD |
A simple tracer for (copy) Construction, Assignment, and Destruction. More... | |
struct | TraceCADBase |
Base for a simple tracer. More... | |
struct | TraceLeave |
Functions | |
std::ostream & | dumpMemOn (std::ostream &str, const std::string &msg=std::string()) |
'ps v' | |
template<class Tp > | |
void | traceCAD (TraceCADBase::What what_r, const TraceCAD< Tp > &self_r, const TraceCAD< Tp > &rhs_r) |
Drop a log line about the traced method. | |
std::ostream & | operator<< (std::ostream &str, const Tm &obj) |
\refers Tm Stream output. | |
std::string | tracestr (char tag_r, unsigned depth_r, const char *file_r, const char *fnc_r, int line_r) |
Variables | |
static constexpr std::string_view | OO { "\033[0m" } |
static constexpr std::string_view | WH { "\033[37;40m" } |
static constexpr std::string_view | CY { "\033[36;40m" } |
static constexpr std::string_view | YE { "\033[33;1;40m" } |
static constexpr std::string_view | GR { "\033[32;40m" } |
static constexpr std::string_view | RE { "\033[31;1;40m" } |
static constexpr std::string_view | MA { "\033[35;40m" } |
|
inline |
void zypp::debug::traceCAD | ( | TraceCADBase::What | what_r, |
const TraceCAD< Tp > & | self_r, | ||
const TraceCAD< Tp > & | rhs_r | ||
) |
std::ostream & zypp::debug::operator<< | ( | std::ostream & | str, |
const Tm & | obj | ||
) |
\refers Tm Stream output.
Definition at line 127 of file Measure.cc.
std::string zypp::debug::tracestr | ( | char | tag_r, |
unsigned | depth_r, | ||
const char * | file_r, | ||
const char * | fnc_r, | ||
int | line_r | ||
) |
Definition at line 311 of file LogControl.cc.
|
staticconstexpr |
Definition at line 301 of file LogControl.cc.
|
staticconstexpr |
Definition at line 302 of file LogControl.cc.
|
staticconstexpr |
Definition at line 303 of file LogControl.cc.
|
staticconstexpr |
Definition at line 304 of file LogControl.cc.
|
staticconstexpr |
Definition at line 305 of file LogControl.cc.
|
staticconstexpr |
Definition at line 306 of file LogControl.cc.
|
staticconstexpr |
Definition at line 307 of file LogControl.cc.