Home
last modified time | relevance | path

Searched defs:includeGPUEvents (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineManager.js64 start: function(maxCallStackDepth, includeDomCounters, includeGPUEvents, callback) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp71 static const char includeGPUEvents[] = "includeGPUEvents"; variable
310 …StackDepth, const bool* bufferEvents, const bool* includeDomCounters, const bool* includeGPUEvents) in start()