OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profiler_class
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
profiling_controller_backend.py
19
profiler_class
= profiler_finder.FindProfiler(profiler_name)
21
if not
profiler_class
.is_supported(self._browser_backend.browser_type):
25
if not
profiler_class
in self._profilers_states:
26
self._profilers_states[
profiler_class
] = {}
29
profiler_class
(self._browser_backend, self._platform_backend,
30
base_output_file, self._profilers_states[
profiler_class
]))
45
for
profiler_class
in self._profilers_states:
46
profiler_class
.WillCloseBrowser(
/external/autotest/server/
profiler.py
48
profiler_class
= getattr(profiler_module, profiler_name)
49
self.supports_reboot =
profiler_class
.supports_reboot
/external/chromium-trace/catapult/telemetry/telemetry/page/
shared_page_state.py
34
profiler_class
= profiler_finder.FindProfiler(finder_options.profiler)
35
profiler_class
.CustomizeBrowserOptions(browser_options.browser_type,
Completed in 60 milliseconds