ScriptProfiler.StackTrace
{
"id": "StackTrace",
"type": "object",
"properties": [
{
"name": "timestamp",
"type": "number"
},
{
"name": "stackFrames",
"type": "array",
"items": {
"$ref": "StackFrame"
},
"description": "First array item is the bottom of the call stack and last array item is the top of the call stack."
}
]
}