STK++ 1.0
STK_Chrono.h File Reference

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

#include "STK_Real.h"
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
 

STK means the Statistical ToolKit.


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.