From: Tim P <ti...@us...> - 2008-03-20 15:34:19
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7618/test/unit/org/webmacro/template Modified Files: TestPerformanceAreas.java Log Message: Add nonsense to shut eclipse up. Index: TestPerformanceAreas.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestPerformanceAreas.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TestPerformanceAreas.java 18 Mar 2008 11:12:11 -0000 1.5 --- TestPerformanceAreas.java 20 Mar 2008 15:34:14 -0000 1.6 *************** *** 87,91 **** long value; Object object; ! // the public start = System.currentTimeMillis(); --- 87,94 ---- long value; Object object; ! Object eclipsePacifier1; ! Object eclipsePacifier2; ! long eclipsePacifierL1; ! long eclipsePacifierL2; // the public start = System.currentTimeMillis(); *************** *** 96,100 **** pub.object = this; // the set pub.value = index; ! } tetPublicAccess = System.currentTimeMillis() - start; --- 99,108 ---- pub.object = this; // the set pub.value = index; ! eclipsePacifier1 = object; ! eclipsePacifier2 = eclipsePacifier1; ! eclipsePacifier1 = eclipsePacifier2; ! eclipsePacifierL1 = value; ! eclipsePacifierL2 = eclipsePacifierL1; ! eclipsePacifierL1 = eclipsePacifierL2; } tetPublicAccess = System.currentTimeMillis() - start; |