Skip to content

Commit a321e75

Browse files
📚 docs(manual/optimization): Simplify shell output.
1 parent bbc1cc0 commit a321e75

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/manual/optimization.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -217,18 +217,18 @@ However, looking at the profiler output you will see:
217217

218218
```sh
219219
$ node-tick-processor isolate-0x2af4cf0-v8.log | grep '3:24'
220-
146 2.3% 2.4% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
221-
278 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
222-
6 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
223-
165 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
224-
97 99.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
225-
127 98.4% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
226-
163 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
227-
146 2.3% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
228-
138 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
229-
58 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
230-
129 100.0% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
231-
3 2.3% LazyCompile: *get /home/aureooms/sandbox/js-fingertree/js/dist/fingertree.js:3:24
220+
146 2.3% 2.4% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
221+
278 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
222+
6 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
223+
165 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
224+
97 99.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
225+
127 98.4% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
226+
163 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
227+
146 2.3% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
228+
138 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
229+
58 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
230+
129 100.0% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
231+
3 2.3% LazyCompile: *get ~/sandbox/js-fingertree/js/dist/fingertree.js:3:24
232232
```
233233

234234
I didn't analyze much but it has to do with the way classes are handled by

0 commit comments

Comments
 (0)