| 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 3e4f344070e6123010976125302d55e2d3408e8f..c59386552687a2bc9a4dd556d4476039dcd17458 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
|
| @@ -13,43 +13,58 @@ function test()
|
| },
|
| "_profile": {
|
| "head": {
|
| - "functionName": "(root)",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 0,
|
| + "callFrame":
|
| + {
|
| + "functionName": "(root)",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 0
|
| + },
|
| "hitCount": 350,
|
| "callUID": 1000,
|
| "children": [
|
| {
|
| - "functionName": "(idle)",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 1,
|
| + "callFrame":
|
| + {
|
| + "functionName": "(idle)",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 1
|
| + },
|
| "hitCount": 1000,
|
| "callUID": 2,
|
| "children": []
|
| },
|
| {
|
| - "functionName": "A",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 4642,
|
| + "callFrame":
|
| + {
|
| + "functionName": "A",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 4642
|
| + },
|
| "hitCount": 250,
|
| "callUID": 1001,
|
| "children": [
|
| {
|
| - "functionName": "C",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 525,
|
| + "callFrame":
|
| + {
|
| + "functionName": "C",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 525
|
| + },
|
| "hitCount": 100,
|
| "callUID": 2000,
|
| "children": [
|
| {
|
| - "functionName": "D",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 425,
|
| + "callFrame":
|
| + {
|
| + "functionName": "D",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 425
|
| + },
|
| "hitCount": 20,
|
| "callUID": 3000,
|
| "children": []
|
| @@ -59,26 +74,35 @@ function test()
|
| ]
|
| },
|
| {
|
| - "functionName": "B",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 4662,
|
| + "callFrame":
|
| + {
|
| + "functionName": "B",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 4662
|
| + },
|
| "hitCount": 150,
|
| "callUID": 1002,
|
| "children": [
|
| {
|
| - "functionName": "C",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 525,
|
| + "callFrame":
|
| + {
|
| + "functionName": "C",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 525
|
| + },
|
| "hitCount": 100,
|
| "callUID": 2000,
|
| "children": [
|
| {
|
| - "functionName": "D",
|
| - "scriptId": "0",
|
| - "url": "a.js",
|
| - "lineNumber": 425,
|
| + "callFrame":
|
| + {
|
| + "functionName": "D",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| + "lineNumber": 425
|
| + },
|
| "hitCount": 30,
|
| "callUID": 3000,
|
| "children": []
|
|
|