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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/timeline/timeline-gc-event-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-gc-event-expected.txt b/LayoutTests/inspector/timeline/timeline-gc-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..31a4d6a15f7c83f45cac1b951605231e19f50fdc
--- /dev/null
+++ b/LayoutTests/inspector/timeline/timeline-gc-event-expected.txt
@@ -0,0 +1,21 @@
+Tests the Timeline API instrumentation of a gc event
+
+The expected GC event record
+{
+ counters : <object>
+ data : {
+ }
+ endTime : <number>
+ stackTrace : <object>
+ startTime : <number>
+ type : "GCEvent"
+}
+The expected first call frame for GC event record call stack
+{
+ columnNumber : <number>
+ functionName : "produceGarbageForGCEvents"
+ lineNumber : <number>
+ scriptId : <string>
+ url : .../inspector/timeline/timeline-gc-event.html
+}
+
« 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