PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::CTimer Class Reference

#include <Timer.h>

Public Member Functions

 CTimer ()
 
 ~CTimer ()
 
void start ()
 
void stop ()
 
double getElapsedTime ()
 return the elapsed time in (ms)
 
void outputString (char *str)
 

Detailed Description

Definition at line 17 of file Timer.h.

Constructor & Destructor Documentation

◆ CTimer()

dyno::CTimer::CTimer ( )

Definition at line 5 of file Timer.cpp.

Here is the call graph for this function:

◆ ~CTimer()

dyno::CTimer::~CTimer ( )

Definition at line 13 of file Timer.cpp.

Member Function Documentation

◆ getElapsedTime()

double dyno::CTimer::getElapsedTime ( )

return the elapsed time in (ms)

Definition at line 41 of file Timer.cpp.

Here is the caller graph for this function:

◆ outputString()

void dyno::CTimer::outputString ( char * str)

Definition at line 52 of file Timer.cpp.

Here is the call graph for this function:

◆ start()

void dyno::CTimer::start ( )

Definition at line 17 of file Timer.cpp.

Here is the caller graph for this function:

◆ stop()

void dyno::CTimer::stop ( )

Definition at line 29 of file Timer.cpp.

Here is the caller graph for this function:

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