ACT-CV - Machine Vision for Cognitive Modeling
|
take a time using the ANSI C clock() function More...
#include <StoppUhr.h>
Public Member Functions | |
void | Start () |
void | Ende () |
double | GetSeconds () const |
double | GetMSec () const |
Protected Attributes | |
clock_t | start |
clock_t | ende |
take a time using the ANSI C clock() function
Definition at line 34 of file StoppUhr.h.
void StoppUhrClock::Ende | ( | ) |
Definition at line 41 of file StoppUhr.h.
References ende.
double StoppUhrClock::GetMSec | ( | ) | const |
Definition at line 49 of file StoppUhr.h.
References GetSeconds().
double StoppUhrClock::GetSeconds | ( | ) | const |
void StoppUhrClock::Start | ( | ) |
Definition at line 38 of file StoppUhr.h.
References start.
|
protected |
Definition at line 36 of file StoppUhr.h.
Referenced by Ende(), and GetSeconds().
|
protected |
Definition at line 36 of file StoppUhr.h.
Referenced by GetSeconds(), and Start().