Searched refs:browser_backend (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dwpr_server.py19 def __init__(self, browser_backend, path, is_record_mode, is_append_mode,
21 self._browser_backend = browser_backend
27 wpr_args = browser_backend.browser_options.extra_wpr_args
35 browser_backend.AddReplayServerOptions(wpr_args)
38 browser_backend.wpr_port_pairs.dns.local_port if
39 browser_backend.wpr_port_pairs.dns else 0,
40 browser_backend.wpr_port_pairs.http.local_port,
41 browser_backend.wpr_port_pairs.https.local_port,
48 browser_backend.wpr_port_pairs = forwarders.PortPairs(
51 browser_backend
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dtracing_controller_backend.py43 browser_backend = self.running_browser_backends[0]
44 browser_backend.StartTracing(
55 browser_backend = self.running_browser_backends[0]
56 result = browser_backend.StopTracing()
63 browser_backend = self._platform_backend.GetBackendForBrowser(browser)
64 return browser_backend.supports_tracing
74 def DidStartBrowser(self, browser, browser_backend):
77 def WillCloseBrowser(self, browser, browser_backend):
H A Dprofiling_controller_backend.py18 browser_backend = None
22 browser_backend = self._platform_backend.running_browser_backends[0]
28 if not profiler_class.is_supported(browser_backend.browser_type):
36 profiler_class(browser_backend, self._platform_backend,
51 def WillCloseBrowser(self, browser_backend):
53 profiler_class.WillCloseBrowser(browser_backend, self._platform_backend)
H A Dplatform_backend.py93 def DidCreateBrowser(self, browser, browser_backend):
96 def DidStartBrowser(self, browser, browser_backend):
98 self._running_browser_backends.add(browser_backend)
100 browser, browser_backend)
102 def WillCloseBrowser(self, browser, browser_backend):
104 browser, browser_backend)
106 browser_backend)
112 self._running_browser_backends.remove(browser_backend)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dtrace_profiler.py13 def __init__(self, browser_backend, platform_backend, output_path, state,
16 browser_backend, platform_backend, output_path, state)
53 def __init__(self, browser_backend, platform_backend, output_path, state):
55 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,
H A Dandroid_screen_recorder_profiler.py16 def __init__(self, browser_backend, platform_backend, output_path, state):
18 browser_backend, platform_backend, output_path, state)
25 '--device', browser_backend.adb.device_serial()],
H A Doomkiller_profiler.py30 def __init__(self, browser_backend, platform_backend, output_path, state):
32 browser_backend, platform_backend, output_path, state)
48 intent.Intent(package=browser_backend.package,
49 activity=browser_backend.activity),
63 def WillCloseBrowser(cls, browser_backend, platform_backend):
64 browser_backend.adb.device().ForceStop('org.chromium.memconsumer')
H A Dtcmalloc_heap_profiler.py25 def __init__(self, browser_backend, output_path):
26 self._browser_backend = browser_backend
71 def __init__(self, browser_backend):
72 self._browser_backend = browser_backend
97 def __init__(self, browser_backend, platform_backend, output_path, state):
99 browser_backend, platform_backend, output_path, state)
102 browser_backend, output_path)
104 self._platform_profiler = _TCMallocHeapProfilerLinux(browser_backend)
126 def WillCloseBrowser(cls, browser_backend, platform_backend):
131 for i in xrange(len(browser_backend
[all...]
H A D__init__.py20 def __init__(self, browser_backend, platform_backend, output_path, state):
21 self._browser_backend = browser_backend
42 def WillCloseBrowser(cls, browser_backend, platform_backend):
H A Dwin_pgo_profiler.py20 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
H A Dtcpdump_profiler.py97 def __init__(self, browser_backend, platform_backend, output_path, state):
99 browser_backend, platform_backend, output_path, state)
102 browser_backend.adb.device(), 'tcpdump')
104 browser_backend.adb, output_path)
H A Dperf_profiler.py70 def __init__(self, pid, output_file, browser_backend, platform_backend,
73 self._browser_backend = browser_backend
82 cmd_prefix = ['adb', '-s', browser_backend.adb.device_serial(), 'shell',
88 browser_backend.adb.RunShellCommand(
90 browser_backend.adb.RunShellCommand('rm -f ' + self._device_output_file)
165 def __init__(self, browser_backend, platform_backend, output_path, state):
167 browser_backend, platform_backend, output_path, state)
175 device = browser_backend.adb.device()
187 pid, output_file, browser_backend, platform_backend,
H A Dandroid_systrace_profiler.py26 def __init__(self, browser_backend, platform_backend, output_path, state):
28 browser_backend, platform_backend, output_path, state)
H A Dvtune_profiler.py17 def __init__(self, pid, output_file, browser_backend, platform_backend):
19 self._browser_backend = browser_backend
87 def __init__(self, browser_backend, platform_backend, output_path, state):
89 browser_backend, platform_backend, output_path, state)
107 _SingleProcessVTuneProfiler(pid, output_file, browser_backend,
H A Dandroid_traceview_profiler.py17 def __init__(self, browser_backend, platform_backend, output_path, state):
19 browser_backend, platform_backend, output_path, state)
H A Diprofiler_profiler.py69 def __init__(self, browser_backend, platform_backend, output_path, state):
71 browser_backend, platform_backend, output_path, state)
H A Dmonsoon_profiler.py68 def __init__(self, browser_backend, platform_backend, output_path, state):
70 browser_backend, platform_backend, output_path, state)
H A Dsample_profiler.py60 def __init__(self, browser_backend, platform_backend, output_path, state):
62 browser_backend, platform_backend, output_path, state)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dmisc_web_contents_backend.py16 def __init__(self, browser_backend):
18 browser_backend, backend_wrapper=oobe.Oobe)
H A Dextension_backend.py14 def __init__(self, browser_backend):
16 browser_backend, backend_wrapper=extension_page.ExtensionPage)
25 def __init__(self, browser_backend):
26 self._extension_backend_list = ExtensionBackendList(browser_backend)
H A Dtab_list_backend.py15 def __init__(self, browser_backend):
16 super(TabListBackend, self).__init__(browser_backend,
H A Dinspector_backend_list.py18 def __init__(self, browser_backend, backend_wrapper):
22 browser_backend: The BrowserBackend instance to query for
30 self._browser_backend = browser_backend
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_tab_list_backend.py9 def __init__(self, browser_backend):
10 self._browser_backend = browser_backend
H A Dwebdriver_browser_backend.py6 from telemetry.core.backends import browser_backend namespace
10 class WebDriverBrowserBackend(browser_backend.BrowserBackend):
H A Dwebdriver_tab_backend.py11 def __init__(self, browser_backend, window_handle):
12 self._browser_backend = browser_backend

Completed in 1561 milliseconds

12