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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.h 73 static void setSamplingInterval(int intervalUs);
ScriptProfiler.cpp 53 void ScriptProfiler::setSamplingInterval(int intervalUs)
58 profiler->SetSamplingInterval(intervalUs);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.h 64 virtual void setSamplingInterval(ErrorString*, int);
InspectorProfilerAgent.cpp 170 void InspectorProfilerAgent::setSamplingInterval(ErrorString* error, int interval)
177 ScriptProfiler::setSamplingInterval(interval);
201 ScriptProfiler::setSamplingInterval(interval);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ProfilesPanel.js 478 ProfilerAgent.setSamplingInterval(intervalUs, didChangeInterval.bind(this));
    [all...]

Completed in 446 milliseconds