CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
Stopwatch.h File Reference
#include <time.h>

Go to the source code of this file.

Classes

struct  Stopwatch
 

Typedefs

typedef struct Stopwatch Stopwatch_struct
 

Functions

Stopwatch new_Stopwatch (void)
 
double seconds ()
 
void Stopwatch_delete (Stopwatch S)
 
double Stopwatch_read (Stopwatch Q)
 
void Stopwatch_resume (Stopwatch Q)
 
void Stopwatch_start (Stopwatch Q)
 
void Stopwatch_stop (Stopwatch Q)
 
void Stopwtach_reset (Stopwatch Q)
 

Typedef Documentation

typedef struct Stopwatch Stopwatch_struct

Function Documentation

Stopwatch new_Stopwatch ( void  )
double seconds ( )
void Stopwatch_delete ( Stopwatch  S)
double Stopwatch_read ( Stopwatch  Q)
void Stopwatch_resume ( Stopwatch  Q)
void Stopwatch_start ( Stopwatch  Q)
void Stopwatch_stop ( Stopwatch  Q)
void Stopwtach_reset ( Stopwatch  Q)