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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-gc-event-expected.txt

Issue 235043002: TimelinePanel: make GC events synchronous. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests the Timeline API instrumentation of a gc event
2
3 The expected GC event record
4 {
5 counters : <object>
6 data : {
7 }
8 endTime : <number>
9 stackTrace : <object>
10 startTime : <number>
11 type : "GCEvent"
12 }
13 The expected first call frame for GC event record call stack
14 {
15 columnNumber : <number>
16 functionName : "produceGarbageForGCEvents"
17 lineNumber : <number>
18 scriptId : <string>
19 url : .../inspector/timeline/timeline-gc-event.html
20 }
21
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-gc-event.html ('k') | Source/core/inspector/InspectorTimelineAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698