|
|
|
|
|
by revelation
3820 days ago
|
|
They call it a flame graph and what you are seeing are call stacks. X axis is time, Y axis is call stack depth. The very bottom layer is the function you are analyzing, ever layer above is a function called by the one directly below it. |
|
That's not correct from what I'm reading.