|
@@ -3,9 +3,9 @@
|
|
|
> Collect tracing data from Chromium's content module for finding performance
|
|
|
bottlenecks and slow operations.
|
|
|
|
|
|
-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.
|
|
|
+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.
|
|
|
|
|
|
```javascript
|
|
|
const contentTracing = require('electron').contentTracing;
|