Chromium Code Reviews| 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 |
| }; |