| 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 c4d097b5f829191af43ef951c2a0f1d512f69cff..830a9cf03e41cc39dfd72831c7541f7aaca0b9ab 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
|
| @@ -15,15 +15,15 @@ function test()
|
| "head": {
|
| "functionName": "(root)",
|
| "scriptId": "0",
|
| - "url": "",
|
| + "url": "a.js",
|
| "lineNumber": 0,
|
| "hitCount": 50,
|
| "callUID": 1000,
|
| "children": [
|
| {
|
| "functionName": "(idle)",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 1,
|
| "hitCount": 300,
|
| "callUID": 2,
|
| @@ -31,24 +31,24 @@ function test()
|
| },
|
| {
|
| "functionName": "A",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 4642,
|
| "hitCount": 250,
|
| "callUID": 1001,
|
| "children": [
|
| {
|
| "functionName": "C",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 525,
|
| "hitCount": 100,
|
| "callUID": 2000,
|
| "children": [
|
| {
|
| "functionName": "D",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 425,
|
| "hitCount": 20,
|
| "callUID": 3000,
|
| @@ -60,24 +60,24 @@ function test()
|
| },
|
| {
|
| "functionName": "B",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 4662,
|
| "hitCount": 150,
|
| "callUID": 1002,
|
| "children": [
|
| {
|
| "functionName": "C",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 525,
|
| "hitCount": 100,
|
| "callUID": 2000,
|
| "children": [
|
| {
|
| "functionName": "D",
|
| - "scriptId": "40",
|
| - "url": "",
|
| + "scriptId": "0",
|
| + "url": "a.js",
|
| "lineNumber": 425,
|
| "hitCount": 30,
|
| "callUID": 3000,
|
|
|