From ec7cae4a34730c7bccaa704f037c7f26a7a65513 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 11 Nov 2016 10:07:36 -0800 Subject: [PATCH] add process to contentTracing doc --- docs/api/content-tracing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/content-tracing.md b/docs/api/content-tracing.md index 73c48e05d914..36a85ff0353b 100644 --- a/docs/api/content-tracing.md +++ b/docs/api/content-tracing.md @@ -3,6 +3,8 @@ > Collect tracing data from Chromium's content module for finding performance bottlenecks and slow operations. +Process: [Main](../tutorial/quick-start.md#main-process) + This module does not include a web interface so you need to open `chrome://tracing/` in a Chrome browser and load the generated file to view the result.