Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: tools/perf/measurements/oilpan_gc_times_unittest.py

Issue 1845543002: Rename Heap to ThreadHeap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/oilpan_gc_times.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/oilpan_gc_times_unittest.py
diff --git a/tools/perf/measurements/oilpan_gc_times_unittest.py b/tools/perf/measurements/oilpan_gc_times_unittest.py
index dd129b58dbe14d25a59a3b6def1ff96c1b250e3a..06dc9c5d4764798fc8245e37ee8a4f64a5cfaa17 100644
--- a/tools/perf/measurements/oilpan_gc_times_unittest.py
+++ b/tools/perf/measurements/oilpan_gc_times_unittest.py
@@ -75,7 +75,7 @@ class OilpanGCTimesTest(page_test_test_case.PageTestTestCase):
that all metrics were added to the results. The test is purely functional,
i.e. it only checks if the metrics are present and non-zero.
"""
- _KEY_MARK = 'Heap::collectGarbage'
+ _KEY_MARK = 'BlinkGCMarking'
_KEY_LAZY_SWEEP = 'ThreadHeap::lazySweepPages'
_KEY_COMPLETE_SWEEP = 'ThreadState::completeSweep'
_KEY_COALESCE = 'ThreadHeap::coalesce'
« no previous file with comments | « tools/perf/measurements/oilpan_gc_times.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698