Home
last modified time | relevance | path

Searched refs:base_output_file (Results 1 – 2 of 2) sorted by relevance

/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)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dprofiling_controller_backend.py14 def Start(self, profiler_name, base_output_file): argument
30 base_output_file, self._profilers_states[profiler_class]))