-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zachary Marion
committed
Dec 27, 2023
1 parent
d8ba718
commit cd0167b
Showing
2 changed files
with
191 additions
and
156 deletions.
There are no files selected for viewing
308 changes: 154 additions & 154 deletions
308
sample/profiles/trace-event/hermes-multiple-frames.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,156 +1,156 @@ | ||
[ | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "B", | ||
"name": "[root]", | ||
"ts": 0, | ||
"args": { | ||
"name": "[root]", | ||
"category": "root", | ||
"url": null, | ||
"line": null, | ||
"column": null, | ||
"params": null, | ||
"allocatedCategory": "root", | ||
"allocatedName": "[root]" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "B", | ||
"name": "beta", | ||
"ts": 1, | ||
"args": { | ||
"line": 54, | ||
"column": 12, | ||
"funcLine": "1", | ||
"funcColumn": "1", | ||
"name": "beta", | ||
"category": "JavaScript", | ||
"parent": 1, | ||
"url": "/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params": null, | ||
"allocatedCategory": "JavaScript", | ||
"allocatedName": "beta" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "E", | ||
"name": "beta", | ||
"ts": 2, | ||
"args": { | ||
"line": 54, | ||
"column": 12, | ||
"funcLine": "1", | ||
"funcColumn": "1", | ||
"name": "beta", | ||
"category": "JavaScript", | ||
"parent": 1, | ||
"url": "/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params": null, | ||
"allocatedCategory": "JavaScript", | ||
"allocatedName": "beta" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "B", | ||
"name": "gamma", | ||
"ts": 4, | ||
"args": { | ||
"line": 54, | ||
"column": 12, | ||
"funcLine": "1", | ||
"funcColumn": "1", | ||
"name": "beta", | ||
"category": "blah", | ||
"parent": 1, | ||
"url": "/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params": null, | ||
"allocatedCategory": "JavaScript", | ||
"allocatedName": "beta" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "E", | ||
"name": "gamma", | ||
"ts": 13, | ||
"args": { | ||
"line": 54, | ||
"column": 12, | ||
"funcLine": "1", | ||
"funcColumn": "1", | ||
"name": "beta", | ||
"category": "blah", | ||
"parent": 1, | ||
"url": "/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params": null, | ||
"allocatedCategory": "JavaScript", | ||
"allocatedName": "beta" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "B", | ||
"name": "beta", | ||
"ts": 4, | ||
"args": { | ||
"line": 54, | ||
"column": 12, | ||
"funcLine": "1", | ||
"funcColumn": "1", | ||
"name": "beta", | ||
"category": "blah", | ||
"parent": 1, | ||
"url": "/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params": null, | ||
"allocatedCategory": "JavaScript", | ||
"allocatedName": "beta" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "E", | ||
"name": "beta", | ||
"ts": 10, | ||
"args": { | ||
"line": 54, | ||
"column": 12, | ||
"funcLine": "1", | ||
"funcColumn": "1", | ||
"name": "beta", | ||
"category": "blah", | ||
"parent": 1, | ||
"url": "/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params": null, | ||
"allocatedCategory": "JavaScript", | ||
"allocatedName": "beta" | ||
} | ||
}, | ||
{ | ||
"pid": 0, | ||
"tid": 0, | ||
"ph": "E", | ||
"name": "[root]", | ||
"ts": 14, | ||
"args": { | ||
"name": "[root]", | ||
"category": "root", | ||
"url": null, | ||
"line": null, | ||
"column": null, | ||
"params": null, | ||
"allocatedCategory": "root", | ||
"allocatedName": "[root]" | ||
} | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"B", | ||
"name":"[root]", | ||
"ts":0, | ||
"args":{ | ||
"name":"[root]", | ||
"category":"root", | ||
"url":null, | ||
"line":null, | ||
"column":null, | ||
"params":null, | ||
"allocatedCategory":"root", | ||
"allocatedName":"[root]" | ||
} | ||
] | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"B", | ||
"name":"beta", | ||
"ts":1, | ||
"args":{ | ||
"line":54, | ||
"column":12, | ||
"funcLine":"1", | ||
"funcColumn":"1", | ||
"name":"beta", | ||
"category":"JavaScript", | ||
"parent":1, | ||
"url":"/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params":null, | ||
"allocatedCategory":"JavaScript", | ||
"allocatedName":"beta" | ||
} | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"E", | ||
"name":"beta", | ||
"ts":2, | ||
"args":{ | ||
"line":54, | ||
"column":12, | ||
"funcLine":"1", | ||
"funcColumn":"1", | ||
"name":"beta", | ||
"category":"JavaScript", | ||
"parent":1, | ||
"url":"/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params":null, | ||
"allocatedCategory":"JavaScript", | ||
"allocatedName":"beta" | ||
} | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"B", | ||
"name":"gamma", | ||
"ts":4, | ||
"args":{ | ||
"line":54, | ||
"column":12, | ||
"funcLine":"1", | ||
"funcColumn":"1", | ||
"name":"beta", | ||
"category":"blah", | ||
"parent":1, | ||
"url":"/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params":null, | ||
"allocatedCategory":"JavaScript", | ||
"allocatedName":"beta" | ||
} | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"E", | ||
"name":"gamma", | ||
"ts":13, | ||
"args":{ | ||
"line":54, | ||
"column":12, | ||
"funcLine":"1", | ||
"funcColumn":"1", | ||
"name":"beta", | ||
"category":"blah", | ||
"parent":1, | ||
"url":"/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params":null, | ||
"allocatedCategory":"JavaScript", | ||
"allocatedName":"beta" | ||
} | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"B", | ||
"name":"beta", | ||
"ts":4, | ||
"args":{ | ||
"line":54, | ||
"column":12, | ||
"funcLine":"1", | ||
"funcColumn":"1", | ||
"name":"beta", | ||
"category":"blah", | ||
"parent":1, | ||
"url":"/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params":null, | ||
"allocatedCategory":"JavaScript", | ||
"allocatedName":"beta" | ||
} | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"E", | ||
"name":"beta", | ||
"ts":10, | ||
"args":{ | ||
"line":54, | ||
"column":12, | ||
"funcLine":"1", | ||
"funcColumn":"1", | ||
"name":"beta", | ||
"category":"blah", | ||
"parent":1, | ||
"url":"/Users/example/test_project/node_modules/metro-runtime/src/polyfills/require.js", | ||
"params":null, | ||
"allocatedCategory":"JavaScript", | ||
"allocatedName":"beta" | ||
} | ||
}, | ||
{ | ||
"pid":0, | ||
"tid":0, | ||
"ph":"E", | ||
"name":"[root]", | ||
"ts":14, | ||
"args":{ | ||
"name":"[root]", | ||
"category":"root", | ||
"url":null, | ||
"line":null, | ||
"column":null, | ||
"params":null, | ||
"allocatedCategory":"root", | ||
"allocatedName":"[root]" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters