Public Member Functions
CWatch Class Reference

A class for measuring time. More...

#include <mia/core/watch.hh>

Public Member Functions

 CWatch ()
 
double get_seconds () const
 

Detailed Description

A class for measuring time.

This is a class to measure the process run-time time with millisecond accuracy.

Remarks
On WIN32 this class is currently a fake that always returns 0.0;

Definition at line 37 of file watch.hh.

Constructor & Destructor Documentation

CWatch::CWatch ( )

construct a watch

Todo:
Make this a singelton, since no second instance is needed

Member Function Documentation

double CWatch::get_seconds ( ) const
Returns
get the current time value

The documentation for this class was generated from the following file: