mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 22:14:25 +03:00
Chrome timeline import (anonymous)
This commit is contained in:
parent
c240ac8694
commit
65ec2da913
@ -94,7 +94,7 @@ export function importFromChrome(events: TimelineEvent[]) {
|
||||
for (let node = nodeById.get(nodeId); node; node = node.parent) {
|
||||
stack.push({
|
||||
key: node.id,
|
||||
name: node.callFrame.functionName,
|
||||
name: node.callFrame.functionName || "(anonymous)",
|
||||
file: node.callFrame.url,
|
||||
line: node.callFrame.lineNumber,
|
||||
col: node.callFrame.columnNumber
|
||||
|
Loading…
Reference in New Issue
Block a user