Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DTimelineManager.js68 start: function(maxCallStackDepth, liveEvents, includeCounters, includeGPUEvents, callback) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp73 static const char includeCounters[] = "includeCounters"; variable
353 …tackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const … in start()