HomeSort by relevance Sort by last modified time
    Searched refs:samplingInterval (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 49 static const char samplingInterval[] = "samplingInterval";
176 m_state->setLong(ProfilerAgentState::samplingInterval, interval);
200 if (long interval = m_state->getLong(ProfilerAgentState::samplingInterval, 0))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CPUProfileView.js 568 var samplingInterval = durationMs / profile.totalHitCount;
569 this.samplingIntervalMs = samplingInterval;
572 node.selfTime = node.hitCount * samplingInterval;
576 node.totalTime = totalHitCount * samplingInterval;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 410 milliseconds