/[PAMELA software]/YodaProfiler/src/YodaProfiler.cpp
ViewVC logotype

Diff of /YodaProfiler/src/YodaProfiler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mocchiut, Tue Sep 12 07:28:48 2006 UTC revision 1.8 by mocchiut, Tue Sep 12 07:30:46 2006 UTC
# Line 263  int main(int numinp, char *inps[]){ Line 263  int main(int numinp, char *inps[]){
263        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
264        //Clean the GL_RUN_FRAGMENTS        //Clean the GL_RUN_FRAGMENTS
265        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
266        if ( beverbose ) printf(" 10 => Clean the GL_RUN_FRAGMENTS table (before %s) \n",pamDB->GetCleanTime() );        if ( beverbose ) printf(" 10 => Clean the GL_RUN_FRAGMENTS table (earlier than %s) \n",pamDB->GetCleanTime() );
267        WAR[8] = pamDB->CleanGL_RUN_FRAGMENTS();        WAR[8] = pamDB->CleanGL_RUN_FRAGMENTS();
268        //-------------------------------------------------------------------------------------------            //-------------------------------------------------------------------------------------------    
269                    
270        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
271        //Validate runs        //Validate runs
272        //-------------------------------------------------------------------------------------------        //-------------------------------------------------------------------------------------------
273        if ( beverbose ) printf(" 11 => Validate runs (before %s)\n",pamDB->GetCleanTime());        if ( beverbose ) printf(" 11 => Validate runs (earlier than %s)\n",pamDB->GetCleanTime());
274        WAR[9] = pamDB->ValidateRuns();        WAR[9] = pamDB->ValidateRuns();
275        //-------------------------------------------------------------------------------------------            //-------------------------------------------------------------------------------------------    
276      };      };

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23