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

void Impala::Core::Array::Pattern::PxPrintTime ( double  t1,
double  t2 
) [inline]

Definition at line 32 of file PxPrint.h.

References PX_COUT, PX_ENDL, and PxMyCPU().

00033 {
00034     PX_COUT << "Recorded Time from CPU " << PxMyCPU() << ": "
00035             << (int)((t2-t1)*1000000) << " (uSec) or " << (t2-t1)
00036             << " (Sec)" << PX_ENDL;
00037 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:03:01 2010 for ImpalaSrc by  doxygen 1.5.1