Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-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: update profiler tests Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 Tests bottom-up view self and total time calculation in CPU profiler. 1 Tests bottom-up view self and total time calculation in CPU profiler.
2 2
3 2: (idle) 300 300 (program):1 {"function":"(idle)","self-percent":"30.00 %","sel f":"300.0 ms","total-percent":"30.00 %","total":"300.0 ms"} 3 2: (idle) 300 300 (idle) {"function":"(idle)","self-percent":"30.00 %","self":"3 00.0 ms","total-percent":"30.00 %","total":"300.0 ms"}
4 1001: A 250 370 (program):4642 {"function":"A","self-percent":"25.00 %","self":" 250.0 ms","total-percent":"37.00 %","total":"370.0 ms"} 4 1001: A 250 370 A {"function":"A","self-percent":"25.00 %","self":"250.0 ms","to tal-percent":"37.00 %","total":"370.0 ms"}
5 2000: C 200 250 (program):525 {"function":"C","self-percent":"20.00 %","self":"2 00.0 ms","total-percent":"25.00 %","total":"250.0 ms"} 5 2000: C 200 250 C {"function":"C","self-percent":"20.00 %","self":"200.0 ms","to tal-percent":"25.00 %","total":"250.0 ms"}
6 1002: B 150 280 (program):4662 {"function":"B","self-percent":"15.00 %","self":" 150.0 ms","total-percent":"28.00 %","total":"280.0 ms"} 6 1002: B 150 280 B {"function":"B","self-percent":"15.00 %","self":"150.0 ms","to tal-percent":"28.00 %","total":"280.0 ms"}
7 3000: D 50 50 (program):425 {"function":"D","self-percent":"5.00 %","self":"50.0  ms","total-percent":"5.00 %","total":"50.0 ms"} 7 3000: D 50 50 D {"function":"D","self-percent":"5.00 %","self":"50.0 ms","total- percent":"5.00 %","total":"50.0 ms"}
8 8
9 Profiler was disabled. 9 Profiler was disabled.
10 10
OLDNEW

Powered by Google App Engine