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

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

Issue 2350423003: [Tentaive patch for discussion] Add Purge+Suspend metrics as UMA.
Patch Set: Add v8 heap usage Created 4 years, 3 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
Index: tools/perf/benchmarks/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 809b3e0149e77d503d03694c91d6715baf3c49f8..da3212e98d32365826b285e5346901e8a3fd3e61 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -31,6 +31,9 @@ class _MemoryInfra(perf_benchmark.PerfBenchmark):
# TODO(perezju): Temporary workaround to disable periodic memory dumps.
# See: http://crbug.com/513692
'--enable-memory-benchmarking',
+ '--no-sandbox',
+ '--purge-and-suspend-time=15',
+ '--enable-heap-profiling=native',
])
def CreateTimelineBasedMeasurementOptions(self):

Powered by Google App Engine
This is Rietveld 408576698