Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dapp_profiler.py233 def start_profiling(self, target_args): member in ProfilerBase
333 self.start_profiling(['--app', self.args.app])
368 self.start_profiling(['-p', str(int(pid))])
376 self.start_profiling([self.args.cmd])
383 self.start_profiling(['-p', ','.join(self.args.pid)])
390 self.start_profiling(['-t', ','.join(self.args.tid)])
397 self.start_profiling(['-a'])