Commit cb94601
deps: cherry-pick 23652c5f from upstream V8
Original commit message:
Custom tag for the traceEvents array
This API will be used by Node.js to provide output compatible with
Chrome devtools.
Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
Change-Id: I265495f8af39bfc78d7fdbe43ac308f0920e817d
Reviewed-on: https://chromium-review.googlesource.com/1044491
Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Eugene Ostroukhov <eostroukhov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53041}
PR-URL: #20608
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent 165971d commit cb94601Copy full SHA for cb94601
File tree
Expand file treeCollapse file tree
4 files changed
+62
-37
lines changedOpen diff view settings
Filter options
- deps/v8
- include/libplatform
- src/libplatform/tracing
- test/cctest/libplatform
Expand file treeCollapse file tree
4 files changed
+62
-37
lines changedOpen diff view settings
Collapse file
deps/v8/include/libplatform/v8-tracing.h
Copy file name to clipboardExpand all lines: deps/v8/include/libplatform/v8-tracing.h+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
112 | 112 | |
113 | 113 | |
114 | 114 | |
| 115 | + |
| 116 | + |
115 | 117 | |
116 | 118 | |
117 | 119 | |
|
Collapse file
deps/v8/src/libplatform/tracing/trace-writer.cc
Copy file name to clipboardExpand all lines: deps/v8/src/libplatform/tracing/trace-writer.cc+11-2Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
119 | 119 | |
120 | 120 | |
121 | 121 | |
122 | | - |
123 | | - |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
124 | 128 | |
125 | 129 | |
126 | 130 | |
| ||
171 | 175 | |
172 | 176 | |
173 | 177 | |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
174 | 183 | |
175 | 184 | |
176 | 185 | |
Collapse file
deps/v8/src/libplatform/tracing/trace-writer.h
Copy file name to clipboardExpand all lines: deps/v8/src/libplatform/tracing/trace-writer.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
|
Collapse file
deps/v8/test/cctest/libplatform/test-tracing.cc
Copy file name to clipboardExpand all lines: deps/v8/test/cctest/libplatform/test-tracing.cc+48-35Lines changed: 48 additions & 35 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
128 | 128 | |
129 | 129 | |
130 | 130 | |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
146 | 140 | |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
153 | 147 | |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
166 | | - |
167 | | - |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
168 | 162 | |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
169 | 167 | |
170 | 168 | |
171 | 169 | |
| ||
177 | 175 | |
178 | 176 | |
179 | 177 | |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
180 | 193 | |
181 | 194 | |
182 | 195 | |
|
0 commit comments