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

void Impala::Util::TimePlot::DoWriteGpBase ( FILE *  fp,
std::string  machineName,
std::string  experiment,
std::string  imageName,
std::string  timer 
) [inline, private]

Definition at line 202 of file TimePlot.h.

References mNrFunctions, and mNrSplitTimes.

Referenced by SaveData().

00204     {
00205         int i;
00206         for (i=0 ; i<=mNrSplitTimes ; i++)
00207             fprintf(fp, "call '%s_%s_%s_split_average.gp' %s %d\n",
00208                     machineName.c_str(), experiment.c_str(), imageName.c_str(),
00209                     timer.c_str(), i);
00210         fprintf(fp, "\n");
00211         for (i=0 ; i<mNrFunctions ; i++)
00212             fprintf(fp, "call '%s_%s_%s_func_decomp.gp' %s %d\n",
00213                     machineName.c_str(), experiment.c_str(), imageName.c_str(),
00214                     timer.c_str(), i);
00215         fprintf(fp, "\n");
00216         for (i=0 ; i<mNrFunctions ; i++)
00217             fprintf(fp, "call '%s_%s_%s_func_runs.gp' %s %d\n",
00218                     machineName.c_str(), experiment.c_str(), imageName.c_str(),
00219                     timer.c_str(), i);
00220     }


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