-coreprof-enable cpe_main \
-coreprof-enable cpe_taskexecute \
-coreprof-enable cpe_taskdispatch \
- -coreprof-enable cpe_runmalloc \
-coreprof-enable cpe_rcr_traverse
+# -coreprof-enable cpe_runmalloc \
# -coreprof-enable cpe_taskretire \
-coreprof-enable cpe_workschedsubmit \
-coreprof-enable cpe_workschedgrab \
**/
public static void main(String args[]) {
- boolean printResults = true;
+ boolean printResults = false;
boolean printMsgs =true;
// the input size is fixed, but the user may want the result printed
// parseCmdLine(args);
// initial pass
long start0 = System.currentTimeMillis();
// Root r = new Root(10, 20, 5, 10);
- Root r = new Root(24, 18, 5, 10);
+// Root r = new Root(24, 18, 5, 10);
+// Root r = new Root(22, 20, 5, 10);
+ Root r = new Root(21, 20, 5, 10);
+// Root r = new Root(20, 20, 5, 10);
long end0 = System.currentTimeMillis();
long start1 = System.currentTimeMillis();
public class TrackingBench {
public static void main(String args[]) {
- int nump = 32; //32; // 60;
+ //int nump = 32; //32; // 60;
+ int nump = 22;
TrackDemo tdmo = new TrackDemo(nump);
tdmo.run();
}