|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Aug 29 22:17:04 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/08 29:22:17 Modified: jop/java/target/src/test/wcet Method.java Log: FUCA test example Revision Changes Path 1.9 jop/java/target/src/test/wcet/Method.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/wcet/Method.java.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: Method.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/wcet/Method.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- Method.java 29 Aug 2006 20:03:31 -0000 1.8 +++ Method.java 29 Aug 2006 20:17:03 -0000 1.9 @@ -16,9 +16,9 @@ ts = Native.rdMem(Const.IO_CNT); te = Native.rdMem(Const.IO_CNT); to = te-ts; - // WCET with var. block cache: x - // WCET with two block cache: 1116 - // WCET analysed: 1312 + // WCET with var. block cache: 12279 + // WCET with two block cache: x + // WCET analysed: 11820 measure(); System.out.println(te-ts-to); }
|