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)
141 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument
148 if profiler_args:
190 profiler_args): argument
206 profiler_args = GetProfilerArgs(profiler_args)
208 if not profiler_args:
225 profiler_args, machine))
245 def Telemetry_Run(self, machine, label, benchmark, profiler_args): argument
254 if profiler_args: