Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dapp_profiler.py235 def start_profiling(self, target_args): member in ProfilerBase
354 self.start_profiling(['--app', self.args.app])
389 self.start_profiling(['-p', str(int(pid))])
397 self.start_profiling([self.args.cmd])
404 self.start_profiling(['-p', ','.join(self.args.pid)])
411 self.start_profiling(['-t', ','.join(self.args.tid)])
418 self.start_profiling(['-a'])