46#if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48#warning "The Ifpack package is deprecated"
52#include "euclid_common.h"
77#elif !defined(JUNK_TIMING)
112 struct tms begin_cpu;
118 extern void Timer_dhCreate (Timer_dh * t);
119 extern void Timer_dhDestroy (Timer_dh t);
120 extern void Timer_dhStart (Timer_dh t);
121 extern void Timer_dhStop (Timer_dh t);
122 extern double Timer_dhReadCPU (Timer_dh t);
123 extern double Timer_dhReadWall (Timer_dh t);
124 extern double Timer_dhReadUsage (Timer_dh t);