Lines Matching refs:profiler_args
20 def GetProfilerArgs(profiler_args): argument
22 args_list = shlex.split(profiler_args)
60 def Run(self, machine, label, benchmark, test_args, profiler_args): argument
65 ret_tup = self.Telemetry_Run(machine, label, benchmark, profiler_args)
69 test_args, profiler_args)
72 profiler_args)
146 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument
153 if profiler_args:
196 profiler_args): argument
212 profiler_args = GetProfilerArgs(profiler_args)
214 if not profiler_args:
230 profiler_args, machine))
250 def Telemetry_Run(self, machine, label, benchmark, profiler_args): argument
259 if profiler_args: