Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Util::TimePlot::Start ( int  function,
int  xCoord,
int  run 
) [inline]

Definition at line 42 of file TimePlot.h.

References GetPtr(), mCurDataPtr0, mCurDataPtr1, mCurFunc, mCurXCoord, mTimer0, mTimer1, and Impala::Timer::Start().

Referenced by Impala::Samples::Timing::DoOneRecConvSep(), and Impala::Samples::Timing::DoOneRecConvSepComlex().

00043     {
00044         mCurFunc = function;
00045         mCurXCoord = xCoord;
00046         mCurDataPtr0 = GetPtr(0, mCurFunc, mCurXCoord, 0, run);
00047         mCurDataPtr1 = GetPtr(1, mCurFunc, mCurXCoord, 0, run);
00048         mTimer0.Start();
00049         mTimer1.Start();
00050     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:22 2011 for ImpalaSrc by  doxygen 1.5.1