Home
last modified time | relevance | path

Searched refs:maxStackDepth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DFlameChart.js485 var yScaleFactor = canvasHeight / (timelineData.maxStackDepth * 1.1);
718 for (var i = 0; i < timelineData.maxStackDepth; ++i)
DCPUProfileView.js1164 maxStackDepth: Math.max(maxDepth, depth), property