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

Unified Diff: LayoutTests/inspector/timeline/timeline-time-expected.txt

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated inspector/timeline/timeline-coalescing.html Created 6 years, 4 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-time-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-time-expected.txt b/LayoutTests/inspector/timeline/timeline-time-expected.txt
index 9daf109b595c8779455a5a5b17a0487e03735b86..c418c95146bb82a882fa4ec05566228268895344 100644
--- a/LayoutTests/inspector/timeline/timeline-time-expected.txt
+++ b/LayoutTests/inspector/timeline/timeline-time-expected.txt
@@ -5,26 +5,45 @@ Running: testSimpleConsoleTime
Root
----> FunctionCall
----> FunctionCall
---------> ConsoleTime : a
+Marker records:
+ Console Time: a
+ Console Time End: a
Running: testNestedConsoleTime
Root
----> FunctionCall
---------> ConsoleTime : a
-------------> ConsoleTime : b
-------------> ConsoleTime : c
-----------------> ConsoleTime : d
+Marker records:
+ Console Time: a
+ Console Time: b
+ Console Time End: b
+ Console Time: c
+ Console Time: d
+ Console Time End: d
+ Console Time End: c
+ Console Time End: a
Running: testUnbalancedConsoleTime
Root
----> FunctionCall
---------> ConsoleTime : b
+Marker records:
+ Console Time: a
+ Console Time: b
+ Console Time End: a
+ Console Time End: b
Running: testConsoleTimeWithoutConsoleTimeEnd
Root
----> FunctionCall
--------> TimeStamp : Foo
--------> TimeStamp : Bar
---------> ConsoleTime : d
-------------> TimeStamp : Baz
+--------> TimeStamp : Baz
+Marker records:
+ Foo
+ Console Time: a
+ Bar
+ Console Time: b
+ Console Time: c
+ Console Time: d
+ Baz
+ Console Time End: d
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time.html ('k') | LayoutTests/inspector/timeline/timeline-time-stamp-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698