STK++ 0.9.13
|
In this file we define the Chrono namespace and it's utilities functions. More...
#include <ctime>
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Chrono |
The namespace Chrono is an utility namespace for computing elapsed time during the execution of a program. | |
Functions | |
void | STK::Chrono::start () |
Start the Chrono. | |
Real | STK::Chrono::elapsed () |
Compute the elapsed time (in second) since last start() call. | |
In this file we define the Chrono namespace and it's utilities functions.
Definition in file STK_Chrono.h.