comparison lib-src/profile.c @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
30 ** 'q' -- exit. 30 ** 'q' -- exit.
31 ** 31 **
32 ** abstraction : a stopwatch 32 ** abstraction : a stopwatch
33 ** operations: reset_watch, get_time 33 ** operations: reset_watch, get_time
34 */ 34 */
35 #include <../src/config.h> 35 #include <config.h>
36 #include <stdio.h> 36 #include <stdio.h>
37 #include <stdlib.h> 37 #include <stdlib.h>
38 #include "../src/systime.h" 38 #include "../src/systime.h"
39 39
40 static struct timeval TV1, TV2; 40 static struct timeval TV1, TV2;