Home
last modified time | relevance | path

Searched refs:profiler_name (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/
Dprofiler.py42 def __init__(self, profiler_name): argument
43 self.name = profiler_name
47 profiler_name, "autotest_lib.client.profilers.%s" % profiler_name)
48 profiler_class = getattr(profiler_module, profiler_name)
Dprofilers.py43 def load_profiler(self, profiler_name, args, dargs): argument
44 newprofiler = profiler.profiler_proxy(profiler_name)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dprofiling_controller_backend.py14 def Start(self, profiler_name, base_output_file): argument
19 profiler_class = profiler_finder.FindProfiler(profiler_name)
23 'supported on this platform.' % profiler_name)
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dprofiling_controller.py11 def Start(self, profiler_name, base_output_file): argument
12 self._profiling_controller_backend.Start(profiler_name, base_output_file)