Skip to content

Commit 8a3f6ca

Browse files
committed
Remove mention of the obsolete devtool package
See https://github.com/Jam3/devtool Closes #989
1 parent e60c54e commit 8a3f6ca

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

maintaining.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Use the `assigned` label when somebody is working on the issue so we can avoid d
5656

5757
## Profiling
5858

59-
You should first install [`iron-node`](https://github.com/s-a/iron-node) and / or [`devtool`](https://github.com/Jam3/devtool) globally:
59+
You should first install [`iron-node`](https://github.com/s-a/iron-node) globally:
6060

6161
```
62-
$ npm install --global iron-node devtool
62+
$ npm install --global iron-node
6363
```
6464

6565
In the root of a project using AVA, run:
@@ -68,12 +68,6 @@ In the root of a project using AVA, run:
6868
$ iron-node node_modules/ava/profile.js <test-file>
6969
```
7070

71-
Or:
72-
73-
```
74-
$ devtool node_modules/ava/profile.js <test-file>
75-
```
76-
7771
Once the Dev Tools window has loaded, activate Memory or CPU profiling, and then hit <kbd>Cmd</kbd> <kbd>R</kbd> to rerun the tests.
7872

7973
As soon as the tests finish, stop the recording and inspect the profiler results. The flamegraph can be displayed by choosing `Chart` from the drop down on the `Profiles` tab (other views include `Tree (top down)` and `Heavy (bottom up)`).
@@ -82,7 +76,6 @@ You may also want to check out the Settings page in Dev Tools and enable one or
8276

8377
##### Helpful resources
8478

85-
- [An introduction to Node.js debugging with `devtool`](http://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools).
8679
- [A video introduction to Chrome DevTools CPU and Memory profiling](https://www.youtube.com/watch?v=KKwmdTByxLk).
8780

8881

0 commit comments

Comments
 (0)