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

double* Impala::Util::TimePlot::GetPtr ( int  timer,
int  function,
int  xCoord,
int  split,
int  run 
) [inline, private]

Definition at line 298 of file TimePlot.h.

References mData, mFuncDataSize, mRunDataSize, mTimerDataSize, and mXCoordDataSize.

Referenced by PrintAverageSplit(), PrintRunsSplit(), and Start().

00299     {
00300         return mData + timer * mTimerDataSize + function * mFuncDataSize 
00301             + xCoord * mXCoordDataSize + run * mRunDataSize + split;
00302     }


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