#include <stopwatch.h>
Public Member Functions | |
ros::WallDuration | avgTime () const |
int | count () const |
ros::WallDuration | maxTime () const |
void | printInfo (const std::string &name) const |
void | start () |
void | stop () |
Stopwatch () | |
Private Attributes | |
int | count_ |
ros::WallDuration | max_time_ |
ros::WallTime | start_ |
ros::WallDuration | total_time_ |
Definition at line 41 of file stopwatch.h.
|
inline |
Definition at line 44 of file stopwatch.h.
|
inline |
Definition at line 74 of file stopwatch.h.
|
inline |
Definition at line 68 of file stopwatch.h.
|
inline |
Definition at line 71 of file stopwatch.h.
|
inline |
Definition at line 87 of file stopwatch.h.
|
inline |
Definition at line 51 of file stopwatch.h.
|
inline |
Definition at line 59 of file stopwatch.h.
|
private |
Definition at line 106 of file stopwatch.h.
|
private |
Definition at line 108 of file stopwatch.h.
|
private |
Definition at line 110 of file stopwatch.h.
|
private |
Definition at line 107 of file stopwatch.h.