hpp-util
4.9.0
Debugging tools for the HPP project.
|
#include <hpp/util/timer.hh>
Public Types | |
typedef boost::posix_time::ptime | ptime |
typedef boost::posix_time::time_duration | time_duration |
typedef boost::posix_time::time_period | time_period |
Public Member Functions | |
Timer (bool autoStart=false) | |
Timer (const Timer &) | |
Timer & | operator= (const Timer &) |
~Timer () | |
const ptime & | start () |
const ptime & | stop () |
time_duration | duration () const |
const ptime & | getStart () const |
const ptime & | getStop () const |
std::ostream & | print (std::ostream &) const |
typedef boost::posix_time::ptime hpp::debug::Timer::ptime |
typedef boost::posix_time::time_duration hpp::debug::Timer::time_duration |
typedef boost::posix_time::time_period hpp::debug::Timer::time_period |
|
explicit |
hpp::debug::Timer::Timer | ( | const Timer & | timer | ) |
hpp::debug::Timer::~Timer | ( | ) |
Timer::time_duration hpp::debug::Timer::duration | ( | ) | const |
const Timer::ptime & hpp::debug::Timer::getStart | ( | ) | const |
const Timer::ptime & hpp::debug::Timer::getStop | ( | ) | const |
std::ostream & hpp::debug::Timer::print | ( | std::ostream & | o | ) | const |
const Timer::ptime & hpp::debug::Timer::start | ( | ) |
const Timer::ptime & hpp::debug::Timer::stop | ( | ) |