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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-performance-observer-expected.txt

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add LayoutTest Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests asynchronous call stacks for PerformanceObserver.
2
3 Set timer for test function.
4 Captured call stacks in no particular order:
5 Call stack:
6 0) performanceCallback (async-callstack-performance-observer.html:11)
7 [PerformanceObservation]
8 0) timeout1 (async-callstack-performance-observer.html:24)
9 [setTimeout]
10 0) testFunction (async-callstack-performance-observer.html:16)
11
12 Call stack:
13 0) performanceCallback (async-callstack-performance-observer.html:11)
14 [PerformanceObservation]
15 0) timeout2 (async-callstack-performance-observer.html:30)
16 [setTimeout]
17 0) timeout1 (async-callstack-performance-observer.html:23)
18 [setTimeout]
19 0) testFunction (async-callstack-performance-observer.html:16)
20
21 Call stack:
22 0) performanceCallback (async-callstack-performance-observer.html:11)
23 [PerformanceObservation]
24 0) timeout3 (async-callstack-performance-observer.html:35)
25 [setTimeout]
26 0) timeout2 (async-callstack-performance-observer.html:29)
27 [setTimeout]
28 0) timeout1 (async-callstack-performance-observer.html:23)
29 [setTimeout]
30 0) testFunction (async-callstack-performance-observer.html:16)
31
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698