Searched refs:includeCounters (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DTimelineManager.js64 * @param {boolean=} includeCounters
68 start: function(maxCallStackDepth, liveEvents, includeCounters, includeGPUEvents, callback)
78 this.target().timelineAgent().start(maxCallStackDepth, true, liveEvents, includeCounters, includeGPUEvents, callback);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp73 static const char includeCounters[] = "includeCounters"; member in namespace:blink::TimelineAgentState
294 if (m_state->getBoolean(TimelineAgentState::includeCounters)) {
353 void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) argument
378 m_state->setBoolean(TimelineAgentState::includeCounters, asBool(includeCounters));
1088 if (!event.foreign && m_state->getBoolean(TimelineAgentState::includeCounters)) {
1130 if (m_state->getBoolean(TimelineAgentState::includeCounters))
H A DInspectorTimelineAgent.h131 virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) OVERRIDE;

Completed in 175 milliseconds