/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | trace_profiler.py | 12 def __init__(self, browser_backend, platform_backend, output_path, state, argument 49 def __init__(self, browser_backend, platform_backend, output_path, state): argument 61 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | __init__.py | 20 def __init__(self, browser_backend, platform_backend, output_path, state): argument 42 def WillCloseBrowser(cls, browser_backend, platform_backend): argument
|
D | oomkiller_profiler.py | 27 def __init__(self, browser_backend, platform_backend, output_path, state): argument 57 def WillCloseBrowser(cls, browser_backend, platform_backend): argument
|
D | vtune_profiler.py | 17 def __init__(self, pid, output_file, browser_backend, platform_backend): argument 87 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | strace_profiler.py | 164 def __init__(self, pid, output_file, platform_backend): argument 201 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | perf_profiler.py | 67 def __init__(self, pid, output_file, browser_backend, platform_backend, argument 162 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | android_screen_recorder_profiler.py | 15 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | android_systrace_profiler.py | 25 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | monsoon_profiler.py | 68 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | android_traceview_profiler.py | 17 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | iprofiler_profiler.py | 69 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | sample_profiler.py | 60 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | java_heap_profiler.py | 26 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | win_pgo_profiler.py | 21 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | tcpdump_profiler.py | 98 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | tcmalloc_heap_profiler.py | 97 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
D | webdriver_desktop_browser_finder.py | 50 def CreateWebDriverBackend(self, platform_backend): argument 75 def CreateWebDriverBackend(self, platform_backend): argument
|
D | webdriver_ie_backend.py | 12 def __init__(self, platform_backend, driver_creator, browser_options): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | cros_browser_with_oobe.py | 10 def __init__(self, backend, platform_backend): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | video.py | 19 def __init__(self, platform_backend, video_file_path): argument
|
D | browser.py | 32 def __init__(self, backend, platform_backend): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | __init__.py | 19 def __init__(self, platform_backend): argument
|