Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:03:01 2010 for ImpalaSrc by  doxygen 1.5.1