Commit 6ea8ec1
tools: single, cross-platform tick processor
Currently there are three separate tick processor scripts for
mac, windows, and linux. These have been replaced with a single
node.js script to improve maintainability and remove the need
to preserve parallel logic in these separate places.
PR-URL: #2868
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 2600fb8 commit 6ea8ec1Copy full SHA for 6ea8ec1
File tree
Expand file treeCollapse file tree
5 files changed
+54
-62
lines changedOpen diff view settings
Filter options
- test/parallel
- tools/v8-prof
Expand file treeCollapse file tree
5 files changed
+54
-62
lines changedOpen diff view settings
Collapse file
test/parallel/test-tick-processor.js
Copy file name to clipboardExpand all lines: test/parallel/test-tick-processor.js+3-13Lines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
| 46 | + |
| 47 | + |
47 | 48 | |
48 | 49 | |
49 | 50 | |
50 | 51 | |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
Collapse file
tools/v8-prof/linux-tick-processor
Copy file name to clipboardExpand all lines: tools/v8-prof/linux-tick-processor-23Lines changed: 0 additions & 23 deletions
This file was deleted.
Collapse file
tools/v8-prof/mac-tick-processor
Copy file name to clipboardExpand all lines: tools/v8-prof/mac-tick-processor-7Lines changed: 0 additions & 7 deletions
This file was deleted.
Collapse file
tools/v8-prof/tick-processor.js
Copy file name to clipboard+51Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
Collapse file
tools/v8-prof/windows-tick-processor.bat
Copy file name to clipboardExpand all lines: tools/v8-prof/windows-tick-processor.bat-19Lines changed: 0 additions & 19 deletions
This file was deleted.
0 commit comments