/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | tcmalloc_heap_profiler.py | 25 def __init__(self, browser_backend, output_path): argument 79 def __init__(self, browser_backend): argument 105 def __init__(self, browser_backend, platform_backend, output_path, state): argument 134 def WillCloseBrowser(cls, browser_backend, platform_backend): argument
|
D | trace_profiler.py | 16 def __init__(self, browser_backend, platform_backend, output_path, state, argument 61 def __init__(self, browser_backend, platform_backend, output_path, state): argument 73 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 | 28 def __init__(self, browser_backend, platform_backend, output_path, state): argument 62 def WillCloseBrowser(cls, browser_backend, platform_backend): argument
|
D | vtune_profiler.py | 18 def __init__(self, pid, output_file, browser_backend, platform_backend): argument 90 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | perf_profiler.py | 73 def __init__(self, pid, output_file, browser_backend, platform_backend, argument 175 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | android_screen_recorder_profiler.py | 21 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | android_systrace_profiler.py | 27 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 | 23 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | iprofiler_profiler.py | 67 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 | 28 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | win_pgo_profiler.py | 20 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | tcpdump_profiler.py | 106 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
D | strace_profiler.py | 202 def __init__(self, browser_backend, platform_backend, output_path, state): argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | extension_backend.py | 14 def __init__(self, browser_backend): argument 26 def __init__(self, browser_backend): argument
|
D | misc_web_contents_backend.py | 16 def __init__(self, browser_backend): argument
|
D | tab_list_backend.py | 20 def __init__(self, browser_backend): argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | profiling_controller_backend.py | 8 def __init__(self, platform_backend, browser_backend): argument
|
D | platform_backend.py | 90 def DidCreateBrowser(self, browser, browser_backend): argument 94 def DidStartBrowser(self, browser, browser_backend): argument 98 def WillCloseBrowser(self, browser, browser_backend): argument
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | inspector_backend_list.py | 16 def __init__(self, browser_backend): argument
|