We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98296bf commit 9fe6729Copy full SHA for 9fe6729
docs/native-profiling.md
@@ -6,7 +6,7 @@
6
* Open the dev tools with `alt-cmd-i`
7
* Evaluate `process.versions.electron` in the console.
8
* Based on this version, download the appropriate Electron symbols from the [releases](https://github.com/atom/electron/releases) page.
9
- * The file name should look like `electron-v0.X.Y-darwin-x64-dsym.zip`.
+ * The file name should look like `electron-v1.X.Y-darwin-x64-dsym.zip`.
10
* Decompress these symbols in your `~/Downloads` directory.
11
* Now create a time profile in Instruments.
12
* Open `Instruments.app`.
0 commit comments