From fc6176fd7dc2beda7b4ee6866d4bf535967139ce Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 12 Feb 2012 11:46:50 +0100 Subject: [PATCH] Change the metrics we gather We have only one perf invocation per target now, simpler to analyse. --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1367d26..486a64d 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,13 @@ SCRIPTS = \ python/null.py32 python/null.py32-s \ python/null.pypy -METRICS = \ - cycles,instructions,branches,branch-misses \ - dtlb-loads,dtlb-load-misses,itlb-loads,itlb-load-misses \ - cycles,instructions,cache-references,cache-misses \ - cycles,instructions,stalled-cycles-frontend,stalled-cycles-backend +#METRICS = \ +# cycles,instructions,branches,branch-misses \ +# dtlb-loads,dtlb-load-misses,itlb-loads,itlb-load-misses \ +# cycles,instructions,cache-references,cache-misses \ +# cycles,instructions,stalled-cycles-frontend,stalled-cycles-backend + +METRICS = cycles,instructions,branches,branch-misses,cpu-clock,task-clock,major-faults,minor-faults,cs JAVA_VMS = server zero cacao jamvm # see below for how this is called -- 2.39.2