File libsrc/cpustopwatch.c


Included Files


Global Function accrete_cpu_stopwatch()

int accrete_cpu_stopwatch ( struct cpu_stopwatch* cpu_p_into, struct cpu_stopwatch* cpu_p_from )
Prototyped in: mplib1/stopwatch.h
Calls: add_timevals() libsrc/stopwatch_c.c

Global Function display_cpu_stopwatch()

char* display_cpu_stopwatch ( struct cpu_stopwatch* cpu_p, int mode )
Prototyped in: mplib1/stopwatch.h
Calls: display_stopwatch() libsrc/stopwatch_c.c
  sprintf()

Global Function init_cpu_stopwatch()

int init_cpu_stopwatch ( struct cpu_stopwatch* cpu_p )
Prototyped in: mplib1/stopwatch.h
Calls: memset()

Global Function start_cpu_stopwatch()

int start_cpu_stopwatch ( struct cpu_stopwatch* cpu_p )
Prototyped in: mplib1/stopwatch.h
Calls: getrusage(), memcpy()

Global Function stop_cpu_stopwatch()

int stop_cpu_stopwatch ( struct cpu_stopwatch* cpu_p )
Prototyped in: mplib1/stopwatch.h
Calls: accum_stop_timevals() libsrc/stopwatch_c.c
  getrusage()