Merge pull request #7945 from electron/add-process-to-content-tracing-doc

add process to contentTracing doc
This commit is contained in:
Zeke Sikelianos 2016-11-11 10:09:07 -08:00 committed by GitHub
commit fb8339830e

View file

@ -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.