Skip to content

Instantly share code, notes, and snippets.

@rivaros
Created August 3, 2015 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rivaros/d48d96ea6125349b3cc9 to your computer and use it in GitHub Desktop.
Save rivaros/d48d96ea6125349b3cc9 to your computer and use it in GitHub Desktop.
CallStack Tree
"callstack": {
"id": 1,
"name": "context",
"subcalls": [
{
"name": "getTaskEvent",
"id": 2,
"subcalls": [
{
"name": "getSurvey",
"id": 3,
"subcalls": [
{
"name": "getQuestion",
"id": 4,
"subcalls": [
{
"name": "getValue",
"id": 5
}
]
}
]
},
{
"name": "getStatus",
"id": 6,
"subcalls": [
]
},
{
"name": "getFitBitData",
"id": 7
}
]
},
{
"name": "getSharedData",
"id": 7,
"subcalls": [
{
"name": "getValue",
"id": 8,
"subcalls": [
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment