OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coalescethresholdms
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js
313
var
coalesceThresholdMs
= WebInspector.TimelineFlameChartDataProvider.JSFrameCoalesceThresholdMs;
337
while (jsFramesStack.length && eventEndTime(jsFramesStack.peekLast()) +
coalesceThresholdMs
<= e.startTime)
Completed in 167 milliseconds