|
| enum | OutputType { QUIET,
OCTAVE,
TEXT
} |
| |
|
|
| Stopwatch (const std::string &msg) |
| |
|
std::pair< double, double > | split (const std::string &spec) |
| |
|
std::pair< double, double > | split () |
| |
|
std::pair< double, double > | lap (const std::string &spec) |
| |
|
std::pair< double, double > | lap () |
| |
|
OutputType | getOutputType () const |
| |
|
void | setOutputType (OutputType outputType) |
| |
|
void | reset (const std::string &msg) |
| |
|
void | reset () |
| |
Definition at line 19 of file Stopwatch.h.
The documentation for this class was generated from the following file: