changes
authorjzhou <jzhou>
Sat, 16 Jul 2011 18:38:41 +0000 (18:38 +0000)
committerjzhou <jzhou>
Sat, 16 Jul 2011 18:38:41 +0000 (18:38 +0000)
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/JGFMonteCarlo/AppDemoRunner.p
Robust/src/Benchmarks/Scheduling/GC/NON_BAMBOO/RayTracer/TestRunner.p
Robust/src/Runtime/bamboo/multicorecache.c

index e62c6543a67918e32bc2961c4383e3f71543404b..e761afab1e5edd15934d7ce8031f8c18a8ba427c 100644 (file)
@@ -68,7 +68,7 @@ public class AppDemoRunner extends Thread {
     int datasize = 10000;  //should be times of 2
     //int nruns = 62 * 62;  //16 * 16;
     int group = THREADNUM; // 16;
-    int nruns = group * group;
+    int nruns = group * 62;
 
     System.setgcprofileflag();
     AppDemo ad = new AppDemo(datasize, nruns, group);
index e9b726ced4f893b2777fda26acca79b82c922162..cad0d920c92b7307a4eaf68898e5dbe5a28368a2 100644 (file)
@@ -79,7 +79,7 @@ public class TestRunner extends RayTracer {
   }
   public static void main(String[] args) {
     int threadnum = THREADNUM; // 56;
-    int size = threadnum * 25;
+    int size = 62*25; //threadnum * 25;
     System.setgcprofileflag();
     Composer comp = new Composer(threadnum, size);
     RayTracer rt = new RayTracer();
index c9d44e8edb0f9bd578aab735d13ddd82a4180784..27361491d486b6f12cc3bdd308979e2aee2d4eb0 100644 (file)
@@ -336,7 +336,7 @@ extern unsigned long long gc_output_cache_policy_time;
 
 // Cache adpat phase process for the master
 void cacheAdapt_phase_master() {
-  GCPROFILE_ITEM();
+  GCPROFILE_ITEM_MASTER();
   unsigned long long tmpt = BAMBOO_GET_EXE_TIME();
   CACHEADAPT_OUTPUT_CACHE_SAMPLING_R();
   gc_output_cache_policy_time += (BAMBOO_GET_EXE_TIME()-tmpt);