HomeSort by relevance Sort by last modified time
    Searched refs:browser_backend (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
oomkiller_profiler.py 28 def __init__(self, browser_backend, platform_backend, output_path, state):
30 browser_backend, platform_backend, output_path, state)
47 intent.Intent(package=browser_backend.package,
48 activity=browser_backend.activity),
62 def WillCloseBrowser(cls, browser_backend, platform_backend):
63 browser_backend.device.ForceStop('org.chromium.memconsumer')
tcmalloc_heap_profiler.py 25 def __init__(self, browser_backend, output_path):
26 self._browser_backend = browser_backend
79 def __init__(self, browser_backend):
80 self._browser_backend = browser_backend
105 def __init__(self, browser_backend, platform_backend, output_path, state):
107 browser_backend, platform_backend, output_path, state)
110 browser_backend, output_path)
112 self._platform_profiler = _TCMallocHeapProfilerLinux(browser_backend)
134 def WillCloseBrowser(cls, browser_backend, platform_backend):
139 for i in xrange(len(browser_backend.browser.tabs))
    [all...]
trace_profiler.py 17 def __init__(self, browser_backend, platform_backend, output_path, state,
20 browser_backend, platform_backend, output_path, state)
65 def __init__(self, browser_backend, platform_backend, output_path, state):
67 browser_backend, platform_backend, output_path, state,
77 def __init__(self, browser_backend, platform_backend, output_path, state):
79 browser_backend, platform_backend, output_path, state,
__init__.py 20 def __init__(self, browser_backend, platform_backend, output_path, state):
21 self._browser_backend = browser_backend
42 def WillCloseBrowser(cls, browser_backend, platform_backend):
android_screen_recorder_profiler.py 21 def __init__(self, browser_backend, platform_backend, output_path, state):
23 browser_backend, platform_backend, output_path, state)
26 browser_backend.device,
win_pgo_profiler.py 20 def __init__(self, browser_backend, platform_backend, output_path, state):
22 browser_backend, platform_backend, output_path, state)
33 self._browser_dir = browser_backend.browser_directory
vtune_profiler.py 18 def __init__(self, pid, output_file, browser_backend, platform_backend):
20 self._browser_backend = browser_backend
92 def __init__(self, browser_backend, platform_backend, output_path, state):
94 browser_backend, platform_backend, output_path, state)
112 _SingleProcessVTuneProfiler(pid, output_file, browser_backend,
perf_profiler.py 73 def __init__(self, pid, output_file, browser_backend, platform_backend,
76 self._browser_backend = browser_backend
86 cmd_prefix = ['adb', '-s', browser_backend.device.adb.GetDeviceSerial(),
92 browser_backend.device.RunShellCommand(
94 browser_backend.device.RunShellCommand(
177 def __init__(self, browser_backend, platform_backend, output_path, state):
179 browser_backend, platform_backend, output_path, state)
187 device = browser_backend.device
199 pid, output_file, browser_backend, platform_backend,
tcpdump_profiler.py 106 def __init__(self, browser_backend, platform_backend, output_path, state):
108 browser_backend, platform_backend, output_path, state)
111 browser_backend.device, 'tcpdump')
113 browser_backend.device, output_path)
android_systrace_profiler.py 27 def __init__(self, browser_backend, platform_backend, output_path, state,
30 browser_backend, platform_backend, output_path, state)
android_traceview_profiler.py 23 def __init__(self, browser_backend, platform_backend, output_path, state):
25 browser_backend, platform_backend, output_path, state)
iprofiler_profiler.py 67 def __init__(self, browser_backend, platform_backend, output_path, state):
69 browser_backend, platform_backend, output_path, state)
monsoon_profiler.py 68 def __init__(self, browser_backend, platform_backend, output_path, state):
70 browser_backend, platform_backend, output_path, state)
sample_profiler.py 60 def __init__(self, browser_backend, platform_backend, output_path, state):
62 browser_backend, platform_backend, output_path, state)
java_heap_profiler.py 28 def __init__(self, browser_backend, platform_backend, output_path, state):
30 browser_backend, platform_backend, output_path, state)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
extension_backend.py 14 def __init__(self, browser_backend):
15 super(ExtensionBackendList, self).__init__(browser_backend)
26 def __init__(self, browser_backend):
27 self._extension_backend_list = ExtensionBackendList(browser_backend)
misc_web_contents_backend.py 16 def __init__(self, browser_backend):
17 super(MiscWebContentsBackend, self).__init__(browser_backend)
chrome_browser_backend_unittest.py 64 browser_backend = TestChromeBrowserBackend(browser_options)
65 self.assertEqual([], browser_backend.GetReplayBrowserStartupArgs())
69 browser_backend = TestChromeBrowserBackend(
80 sorted(browser_backend.GetReplayBrowserStartupArgs()))
cros_browser_finder.py 43 browser_backend = cros_browser_backend.CrOSBrowserBackend(
48 browser_backend,
52 browser_backend, self._platform_backend, self._credentials_path)
ios_browser_finder.py 34 browser_backend = ios_browser_backend.IosBrowserBackend(
37 browser_backend, self._platform_backend, self._credentials_path)
tab_list_backend.py 20 def __init__(self, browser_backend):
21 super(TabListBackend, self).__init__(browser_backend)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend_unittest.py 9 from telemetry.internal.backends import browser_backend namespace
23 class FakeBrowserBackend(browser_backend.BrowserBackend):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
profiling_controller_backend.py 8 def __init__(self, platform_backend, browser_backend):
10 self._browser_backend = browser_backend
platform_backend.py 94 def DidCreateBrowser(self, browser, browser_backend):
95 browser_options = browser_backend.browser_options
98 def DidStartBrowser(self, browser, browser_backend):
100 self._running_browser_backends.add(browser_backend)
102 def WillCloseBrowser(self, browser, browser_backend):
107 self._running_browser_backends.discard(browser_backend)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_backend_list.py 16 def __init__(self, browser_backend):
20 browser_backend: The BrowserBackend instance to query for
23 self._browser_backend = browser_backend

Completed in 106 milliseconds

1 2