Classes |
struct | TraceCADBase |
| Base for a simple tracer. More...
|
struct | TraceCAD |
| A simple tracer for (copy) Construction, Assignment, and Destruction. More...
|
struct | Tm |
| Times measured by Measure. More...
|
class | Measure |
| Tool to measure elapsed real and process times. More...
|
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) |
| Tm Stream output.
|