File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,7 @@ Mostly noise for the moment. There must be something else to fix...
128
128
129
129
At this point I decided to use a better tool than intuition to progress:
130
130
profiling. This change is the first where I guided the pruning by looking at
131
- the output of ` node --prof benchmark/tree.js ` using ` node-tick-processor `
132
- from the [ tick] ( https://www.npmjs.com/package/tick ) package.
131
+ the output of ` node --prof benchmark/tree.js ` using ` node --prof-process ` .
133
132
134
133
Before this change, digit measures where computed using the idiom
135
134
@@ -216,7 +215,7 @@ This is a big one. I started writing this library with es6 syntax in mind.
216
215
However, looking at the profiler output you will see:
217
216
218
217
``` sh
219
- $ node-tick-processor isolate-0x2af4cf0-v8 .log | grep ' 3:24'
218
+ $ node --prof-process (exa -snew isolate-* .log | tail -1) | grep ' 3:24'
220
219
146 2.3% 2.4% LazyCompile: * get ~ /sandbox/finger-tree/js/dist/fingertree.js:3:24
221
220
278 100.0% LazyCompile: * get ~ /sandbox/finger-tree/js/dist/fingertree.js:3:24
222
221
6 100.0% LazyCompile: * get ~ /sandbox/finger-tree/js/dist/fingertree.js:3:24
You can’t perform that action at this time.
0 commit comments