JWS C Library
C language utility library
Timer Struct Reference

Timer structure. More...

#include <time.h>

Data Fields

struct tms time
 System dependent time structure.

Detailed Description

Timer structure.

Holds the time of initialization and can be reset to the current time. Used to measure the length of ellapsed time.

Note:
Does not require dynamic allocation, should be an automatic.

Definition at line 72 of file time.h.


Field Documentation

struct tms Timer::time

System dependent time structure.

Definition at line 75 of file time.h.


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