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 |
} |