Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dapp_profiler.py238 def start_profiling(self, target_args): member in ProfilerBase
374 self.start_profiling(args)
417 self.start_profiling(['-p', str(int(pid))])
425 self.start_profiling([self.args.cmd])
432 self.start_profiling(['-p', ','.join(self.args.pid)])
439 self.start_profiling(['-t', ','.join(self.args.tid)])
446 self.start_profiling(['-a'])
Dipc.py44 def start_profiling(adb, args, target_args): function
118 stat_subproc = start_profiling(adb, args, target_args)