#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | lvr2::Timestamp::NullBuffer |
| class | lvr2::Timestamp |
| A helper class for automated time stamping. Timing is started as soon as an object of this class is created. To time some parts of a program, just create a new object and use the provided output operator to display the elapsed time. More... | |
Namespaces | |
| lvr2 | |
Functions | |
| ostream & | lvr2::operator<< (ostream &os, Timestamp &ts) |
| The output operator for Timestamp objects. More... | |
Variables | |
| static Timestamp | lvr2::timestamp |
| A global time stamp object for program runtime measurement. More... | |