46 #include "euclid_common.h"
65 #include <sys/times.h>
66 #include <sys/types.h>
71 #elif !defined(JUNK_TIMING)
106 struct tms begin_cpu;
112 extern void Timer_dhCreate (
Timer_dh * t);
113 extern void Timer_dhDestroy (
Timer_dh t);
114 extern void Timer_dhStart (
Timer_dh t);
115 extern void Timer_dhStop (
Timer_dh t);
116 extern double Timer_dhReadCPU (
Timer_dh t);
117 extern double Timer_dhReadWall (
Timer_dh t);
118 extern double Timer_dhReadUsage (
Timer_dh t);