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

Unified 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, 11 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: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt
index 6e65457eff0036b4958ebbe99a573566c976916f..31cb96cd34527b6d739320937fb68d41dfee6c16 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt
@@ -1,10 +1,10 @@
Tests bottom-up view self and total time calculation in CPU profiler.
-2: (idle) 300 300 (program):1 {"function":"(idle)","self-percent":"30.00 %","self":"300.0 ms","total-percent":"30.00 %","total":"300.0 ms"}
-1001: A 250 370 (program):4642 {"function":"A","self-percent":"25.00 %","self":"250.0 ms","total-percent":"37.00 %","total":"370.0 ms"}
-2000: C 200 250 (program):525 {"function":"C","self-percent":"20.00 %","self":"200.0 ms","total-percent":"25.00 %","total":"250.0 ms"}
-1002: B 150 280 (program):4662 {"function":"B","self-percent":"15.00 %","self":"150.0 ms","total-percent":"28.00 %","total":"280.0 ms"}
-3000: D 50 50 (program):425 {"function":"D","self-percent":"5.00 %","self":"50.0 ms","total-percent":"5.00 %","total":"50.0 ms"}
+2: (idle) 300 300 (idle) {"function":"(idle)","self-percent":"30.00 %","self":"300.0 ms","total-percent":"30.00 %","total":"300.0 ms"}
+1001: A 250 370 A {"function":"A","self-percent":"25.00 %","self":"250.0 ms","total-percent":"37.00 %","total":"370.0 ms"}
+2000: C 200 250 C {"function":"C","self-percent":"20.00 %","self":"200.0 ms","total-percent":"25.00 %","total":"250.0 ms"}
+1002: B 150 280 B {"function":"B","self-percent":"15.00 %","self":"150.0 ms","total-percent":"28.00 %","total":"280.0 ms"}
+3000: D 50 50 D {"function":"D","self-percent":"5.00 %","self":"50.0 ms","total-percent":"5.00 %","total":"50.0 ms"}
Profiler was disabled.

Powered by Google App Engine
This is Rietveld 408576698