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

std::ostream& Impala::Util::operator<< ( std::ostream &  os,
TimeStats &  stats 
)

Definition at line 237 of file TimeStats.h.

References Impala::Util::TimeStats::Print().

00238 {
00239     stats.Print(os);
00240     return os;
00241 }

Here is the call graph for this function:


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