Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/compile-script-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: SCRIPT TAG
2 Tests the Timeline instrumentation for CompileScript event.
3
4 v8.compile Properties:
5 {
6 data : {
7 columnNumber : <number>
8 lineNumber : <number>
9 url :
10 }
11 endTime : <number>
12 startTime : <number>
13 type : "v8.compile"
14 }
15 Text details for v8.compile: undefined
16 v8.compile Properties:
17 {
18 data : {
19 columnNumber : <number>
20 lineNumber : <number>
21 url : .../inspector/tracing/timeline-script-tag-2.js
22 }
23 endTime : <number>
24 startTime : <number>
25 type : "v8.compile"
26 }
27 Text details for v8.compile: timeline-script-tag-2.js:1
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698