c_time.h File Reference

#include <time.h>

Include dependency graph for c_time.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double c_secdiff (struct timespec clock1, struct timespec clock0)
struct timespec c_tspecdiff (struct timespec time1, struct timespec time0)


Function Documentation

double c_secdiff ( struct timespec  clock1,
struct timespec  clock0 
)

Calculate time difference.

The function returns the time elapsed between time clock1 and time clock0 represented as double (in seconds and milliseconds).

Parameters:
clock1 The time.
clock0 The time.
Returns:
time elapsed between clock1 and clock0 in seconds and milliseconds.

struct timespec c_tspecdiff ( struct timespec  time1,
struct timespec  time0 
) [read]

Calculate time difference.

The c_tspecdiff function returns the time elapsed between time time1 and time time0 represented as timespec.

Parameters:
time1 The time.
time0 The time.
Returns:
time elapsed between time1 and time0.


Generated on Mon May 4 17:43:39 2009 for doc by  doxygen 1.5.6