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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler_unittest.py 34 from .profiler import ProfilerFactory, GooglePProf
39 profiler_name = ProfilerFactory.default_profiler_name(MockPlatformInfo(os_name))
53 profiler = ProfilerFactory.create_profiler(host, '/bin/executable', '/tmp/output')
59 profiler = ProfilerFactory.create_profiler(host, '/bin/executable', '/tmp/output')
profiler.py 36 class ProfilerFactory(object):
66 # Used by ProfilerFactory to lookup a profiler from the --profiler=NAME option.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py 39 from webkitpy.common.system.profiler import ProfilerFactory
128 self._profiler = ProfilerFactory.create_profiler(self._port.host,

Completed in 1163 milliseconds