STK++ 0.9.13
STK_Chrono.h File Reference

In this file we define the Chrono namespace and it's utilities functions. More...

#include <ctime>
Include dependency graph for STK_Chrono.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

In this file we define the Chrono namespace and it's utilities functions.

Definition in file STK_Chrono.h.