FEBio  1.5.0
Public Member Functions
Timer Class Reference

This implements a simple timer. More...

#include <Timer.h>

Public Member Functions

 Timer ()
 constructor
void start ()
 Start the timer.
void stop ()
 Stop the timer.
void reset ()
 Reset the timer.
void GetTime (int &nhour, int &nmin, int &nsec)
 Get the elapsed time.
void time_str (char *sz)
 return the time as a text string
double peek ()
 check the elapsed time

Detailed Description

This implements a simple timer.

The start function starts the timer, the stop function stops it and the GetTime function returns the time elapsed between the call to start and stop


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