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

void Impala::Core::Array::Pattern::PxPrintTimeOnCPU ( double  t1,
double  t2,
int  cpu 
) [inline]

Definition at line 41 of file PxPrint.h.

References PX_COUT_ON, and PX_ENDL.

00042 {
00043     PX_COUT_ON(cpu) << "Recorded Time from CPU " << cpu << ": "
00044             << (int)((t2-t1)*1000000) << " (uSec) or " << (t2-t1)
00045             << " (Sec)" << PX_ENDL;
00046 }


Generated on Thu Jan 13 09:17:59 2011 for ImpalaSrc by  doxygen 1.5.1