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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 4 landing Created 4 years, 11 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
1 Tests the Timeline API function call record for InjectedScript.eval call feature . 1 Tests the Timeline API function call record for InjectedScript.eval call feature .
2 2
3 FunctionCall Properties: 3 FunctionCall Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 scriptId : <string> 7 scriptId : <string>
8 scriptLine : <number> 8 scriptLine : <number>
9 scriptName : <string> 9 scriptName : <string>
10 stackTrace : <object>
11 } 10 }
12 endTime : <number> 11 endTime : <number>
13 frameId : <string> 12 frameId : <string>
14 stackTrace : <object>
15 startTime : <number> 13 startTime : <number>
16 type : "FunctionCall" 14 type : "FunctionCall"
17 } 15 }
18 Text details for FunctionCall: undefined 16 Text details for FunctionCall: undefined
19 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698