12#ifndef ZYPP_BASE_MEASURE_H
13#define ZYPP_BASE_MEASURE_H
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Tool to measure elapsed real and process times.
Measure()
Default Ctor does nothing.
void elapsed() const
Print elapsed time for a running timer.
void stop()
Stop a running timer.
void restart()
re start the timer without reset-ing it.
RW_pointer< Impl > _pimpl
Pointer to implementation.
void start(std::string ident_r=std::string())
Start timer for ident_r string.
Easy-to use interface to the ZYPP dependency resolver.