Revision: 8076
Author:   vego...@chromium.org
Date:     Thu May 26 04:43:24 2011
Log:      Fix gc-nvp-trace-processor.py after merge.

TBR=erik.co...@gmail.com

Review URL: http://codereview.chromium.org/6976023
http://code.google.com/p/v8/source/detail?r=8076

Modified:
 /branches/experimental/gc/tools/gc-nvp-trace-processor.py

=======================================
--- /branches/experimental/gc/tools/gc-nvp-trace-processor.py Wed May 25 07:05:16 2011 +++ /branches/experimental/gc/tools/gc-nvp-trace-processor.py Thu May 26 04:43:24 2011
@@ -240,16 +240,18 @@
          Item('Sweep', 'sweep', lc = 'blue'),
          Item('Compaction', 'compact', lc = 'red'),
          Item('External', 'external', lc = '#489D43'),
-         Item('Other', other_scope, lc = 'grey')),
+         Item('Other', other_scope, lc = 'grey'),
          Item('IGC Steps', 'stepstook', lc = '#FF6347'))
   ],
   [
     Set('style fill solid 0.5 noborder'),
     Set('style histogram rowstacked'),
     Set('style data histograms'),
-    Plot(Item('Marking', 'mark', lc = 'purple'),
+    Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
+         Item('Marking', 'mark', lc = 'purple'),
          Item('Sweep', 'sweep', lc = 'blue'),
          Item('Compaction', 'compact', lc = 'red'),
+         Item('External', 'external', lc = '#489D43'),
          Item('Other', other_scope, lc = '#ADD8E6'),
          Item('External', 'external', lc = '#D3D3D3'))
   ],

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to