54#if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
56#warning "The Ifpack package is deprecated"
60#include "euclid_common.h"
66 extern void TimeLog_dhCreate (TimeLog_dh * t);
67 extern void TimeLog_dhDestroy (TimeLog_dh t);
68 extern void TimeLog_dhStart (TimeLog_dh t);
69 extern void TimeLog_dhStop (TimeLog_dh t);
70 extern void TimeLog_dhReset (TimeLog_dh t);
71 extern void TimeLog_dhMark (TimeLog_dh t,
char *description);
72 extern void TimeLog_dhPrint (TimeLog_dh t, FILE * fp,
bool allPrint);