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

Impala::Util::ProgressPrinter::ProgressPrinter ( std::ostream &  console  )  [inline]

Definition at line 23 of file ProgressPrinter.h.

References Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetInstance(), mDoShow, mLinewidth, mMinimumBarLength, and mRange.

00023                                          :
00024         mConsole(console)
00025     {
00026         mDoShow = CmdOptions::GetInstance().GetBool("showProgress", true);
00027         if (Link::Mpi::MpiUsed())
00028             mDoShow = false;
00029         mRange = 100;
00030         mLinewidth = 79;
00031         mMinimumBarLength = 20;
00032     }

Here is the call graph for this function:


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