Patch: blockAndEvaluate() ABC runSetup()

Jeffrey Oldham oldham at codesourcery.com
Tue Oct 16 23:37:49 UTC 2001


2001-10-16  Jeffrey D. Oldham  <oldham at codesourcery.com>

	* ABC.h (AbcP2::runSetup): Add blockAndEvaluate() so the
	benchmark timing is more accurate.

Tested on       sequential Linux using gcc3.1 by running ABC
Approved by     Stephen Smith
Applied to      mainline

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: ABC.h
===================================================================
RCS file: /home/pooma/Repository/r2/benchmarks/ABCTest/ABC.h,v
retrieving revision 1.31
diff -c -p -r1.31 ABC.h
*** ABC.h	2001/10/16 18:26:09	1.31
--- ABC.h	2001/10/16 23:37:13
*************** public:
*** 449,454 ****
--- 449,455 ----
      
      b_m = 0.0;
      c_m = 1000.0;
+     Pooma::blockAndEvaluate();
    }
  
  private:


More information about the pooma-dev mailing list