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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html

Issue 1873973002: DevTools: extract CPU profile independent part of CPUProfileNode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests. 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
index 1baecd5fbf32dd81b341ed77faeb35c3ddb7d3d2..68dde35aefca8ba5f44d364fb740e5820b0dee44 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
@@ -17,7 +17,7 @@ function test()
"scriptId": "0",
"url": "a.js",
"lineNumber": 0,
- "hitCount": 50,
+ "hitCount": 350,
"callUID": 1000,
"children": [
{
@@ -25,7 +25,7 @@ function test()
"scriptId": "0",
"url": "a.js",
"lineNumber": 1,
- "hitCount": 300,
+ "hitCount": 1000,
"callUID": 2,
"children": []
},
@@ -89,7 +89,6 @@ function test()
}
]
},
- "idleTime": 0.300,
"startTime": 0,
"endTime": 1.000
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698