SG++-Doxygen-Documentation
|
Simple stopwatch implementation. More...
#include <Stopwatch.hpp>
Public Member Functions | |
double | elapsedSeconds () |
void | log () |
Prints the result of elapsedSeconds() to the console. More... | |
void | start () |
Re-starts the stopwatch. More... | |
Stopwatch () | |
Starts the stopwatch. More... | |
Simple stopwatch implementation.
sgpp::combigrid::Stopwatch::Stopwatch | ( | ) |
Starts the stopwatch.
double sgpp::combigrid::Stopwatch::elapsedSeconds | ( | ) |
Referenced by log().
void sgpp::combigrid::Stopwatch::log | ( | ) |
Prints the result of elapsedSeconds() to the console.
References elapsedSeconds().
void sgpp::combigrid::Stopwatch::start | ( | ) |
Re-starts the stopwatch.