#include "TDbiTimer.hxx"
#include <MsgFormat.h>
#include <TSK_DBI_Log.hxx>
Go to the source code of this file.
Functions | |
ClassImp (TDbiTimer) TDbiTimer |
ClassImp | ( | TDbiTimer | ) |
Definition at line 22 of file TDbiTimer.cxx.
References SK_DBI_Trace.
00034 : 00035 fCurSubWatch(0), 00036 fRowSize(0), 00037 fQueryStage(kPassive) 00038 { 00039 // 00040 // 00041 // Purpose: Default constructor 00042 // 00043 // Contact: N. West 00044 // 00045 00046 00047 SK_DBI_Trace( "Creating TDbiTimer" << " "); 00048 00049 fWatch.Stop(); 00050 for ( int subWatch = 0; subWatch < kMaxSubWatch; ++subWatch) { 00051 fSubWatches[subWatch].Stop(); 00052 } 00053 00054 }