File libsrc/stopwatch.c


Included Files


Global Function accrete_stopwatch()

int accrete_stopwatch ( struct stopwatch* stp_into, struct stopwatch* stp_from )
Prototyped in:
Calls:

Global Function init_stopwatch()

int init_stopwatch ( struct stopwatch* stp )
Prototyped in:
Calls:

Global Function start_stopwatch()

int start_stopwatch ( struct stopwatch* stp )
Prototyped in:
Calls:

Global Function stop_stopwatch()

int stop_stopwatch ( struct stopwatch* stp )
Prototyped in:
Calls:

Local Function get_time()

static int get_time ( struct timeval* tvp )
Calls:
Called by: