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

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

Issue 1981823003: Add deep report for BENCHMARK_MEMORY (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 878d93ae8686c0c3f6beed5a005cf9e6ecfd3d10..f332446e24b25b0bece5a914332d26def24eb942 100644
--- a/content/browser/tracing/background_tracing_config_impl.h
+++ b/content/browser/tracing/background_tracing_config_impl.h
@@ -32,6 +32,7 @@ class CONTENT_EXPORT BackgroundTracingConfigImpl
BENCHMARK_IPC,
BENCHMARK_STARTUP,
BENCHMARK_BLINK_GC,
+ BENCHMARK_MEMORY,
ssid 2016/05/25 02:02:13 How do we differentiate between a deep report trig
oystein (OOO til 10th of July) 2016/05/25 16:26:41 These are just enums of hardcoded category lists,
BENCHMARK_EXECUTION_METRIC,
BLINK_STYLE
};

Powered by Google App Engine
This is Rietveld 408576698