Commit 9feca3e
async_hooks: lazy loading for startup performance
PR-URL: #20567
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>1 parent 74db9f4 commit 9feca3eCopy full SHA for 9feca3e
File tree
Expand file treeCollapse file tree
1 file changed
+35
-27
lines changedOpen diff view settings
Filter options
- lib/internal
Expand file treeCollapse file tree
1 file changed
+35
-27
lines changedOpen diff view settings
Collapse file
lib/internal/inspector_async_hook.js
Copy file name to clipboardExpand all lines: lib/internal/inspector_async_hook.js+35-27Lines changed: 35 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | 3 | |
5 | | - |
6 | 4 | |
7 | 5 | |
8 | 6 | |
9 | 7 | |
10 | 8 | |
11 | 9 | |
12 | | - |
13 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
14 | 19 | |
15 | 20 | |
16 | 21 | |
17 | 22 | |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
24 | 29 | |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
30 | 35 | |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
36 | 41 | |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
43 | 48 | |
44 | | - |
| 49 | + |
| 50 | + |
45 | 51 | |
46 | 52 | |
| 53 | + |
47 | 54 | |
48 | 55 | |
49 | 56 | |
| ||
61 | 68 | |
62 | 69 | |
63 | 70 | |
| 71 | + |
64 | 72 | |
65 | 73 | |
66 | 74 | |
|
0 commit comments