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

Unified Diff: tools/perf/benchmarks/memory_infra.py

Issue 2060443002: [perf] Prepare benchmarks for memory metric normalization (vol. 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 7e9e28b177cbf01613505b372af76cf21607adad..27db69e66e8f9d85306c3504ef834557bace0f0d 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -166,7 +166,8 @@ class _MemoryV8Benchmark(_MemoryInfra):
# Report only V8-specific and overall renderer memory values. Note that
# detailed values reported by the OS (such as native heap) are excluded.
_V8_AND_OVERALL_MEMORY_RE = re.compile(
- r'renderer:(reported_by_chrome:v8|reported_by_os:system:[^:]+$)')
+ r'renderer_processes:'
nednguyen 2016/06/11 04:46:58 Don't you need (renderer_processes:|renderer:) so
petrcermak 2016/06/13 08:32:01 No, but thanks for checking :-) This change only a
+ r'(reported_by_chrome:v8|reported_by_os:system_memory:[^:]+$)')
def CreateTimelineBasedMeasurementOptions(self):
v8_categories = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698