Skip to content

Commit

Permalink
Update document with electron version 🍵
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnonz committed Aug 9, 2017
1 parent 98296bf commit 9fe6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/native-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Open the dev tools with `alt-cmd-i`
* Evaluate `process.versions.electron` in the console.
* Based on this version, download the appropriate Electron symbols from the [releases](https://github.com/atom/electron/releases) page.
* 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`.
* Decompress these symbols in your `~/Downloads` directory.
* Now create a time profile in Instruments.
* Open `Instruments.app`.
Expand Down

0 comments on commit 9fe6729

Please sign in to comment.