#include <Timing.h>
Public Methods | |
| void | startChrono (const std::string &p_description) |
| void | endChrono (const std::string &p_description) |
| std::string | getTiming (const std::string &p_description) |
|
|
Stop the chronometer for the specified stream. If the description text is not found, an Exception is thrown.
|
|
|
Return the timings (in seconds) in a textual human readable format. If the description text is not found, an Exception is thrown. |
|
|
Start a chronometer for a specified stream. If the description text is not found, an Exception is thrown.
|
1.2.18