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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter-expected.txt

Issue 1889963003: Revert of DevTools: extract CPU profile independent part of CPUProfileNode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter-expected.txt b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter-expected.txt
index f6756c0ec4e17a5a6a974e388c18925ee27e10e1..87ca284ba02225e243bbeb89a553878cca6a6466 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-native-nodes-filter-expected.txt
@@ -1,10 +1,10 @@
Tests filtering of native nodes.
-(root) id:1 total:134330 self:100000 depth:-1
- holder id:10 total:11330 self:11110 depth:0
- Aaaaaa id:5 total:20 self:20 depth:1
- Bbb id:6 total:200 self:200 depth:1
- C id:7 total:23000 self:22000 depth:0
- Ccc id:9 total:1000 self:1000 depth:1
+(root) id:1 hits:100000 depth:-1
+ holder id:10 hits:11110 depth:0
+ Aaaaaa id:5 hits:20 depth:1
+ Bbb id:6 hits:200 depth:1
+ C id:7 hits:22000 depth:0
+ Ccc id:9 hits:1000 depth:1
1, 10, 10, 10, 5, 6, 7, 7, 9, 10

Powered by Google App Engine
This is Rietveld 408576698