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

Unified Diff: content/browser/tracing/background_tracing_config_impl.h

Issue 2034553002: Set up background memory light tracing field trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@set_whitelist
Patch Set: Fix multiple triggers. Created 4 years, 7 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: content/browser/tracing/background_tracing_config_impl.h
diff --git a/content/browser/tracing/background_tracing_config_impl.h b/content/browser/tracing/background_tracing_config_impl.h
index dfa9312837ccf14aafe83bdf3c1aed4fd97e02f9..c006958edcd9ca7b1e1cc5584efcabd1a35771bf 100644
--- a/content/browser/tracing/background_tracing_config_impl.h
+++ b/content/browser/tracing/background_tracing_config_impl.h
@@ -33,6 +33,7 @@ class CONTENT_EXPORT BackgroundTracingConfigImpl
BENCHMARK_STARTUP,
BENCHMARK_BLINK_GC,
BENCHMARK_MEMORY_HEAVY,
+ BENCHMARK_MEMORY_LIGHT,
BENCHMARK_EXECUTION_METRIC,
BLINK_STYLE
};

Powered by Google App Engine
This is Rietveld 408576698