54#include "euclid_common.h"
60 extern void TimeLog_dhCreate (TimeLog_dh * t);
61 extern void TimeLog_dhDestroy (TimeLog_dh t);
62 extern void TimeLog_dhStart (TimeLog_dh t);
63 extern void TimeLog_dhStop (TimeLog_dh t);
64 extern void TimeLog_dhReset (TimeLog_dh t);
65 extern void TimeLog_dhMark (TimeLog_dh t,
char *description);
66 extern void TimeLog_dhPrint (TimeLog_dh t, FILE * fp,
bool allPrint);