Lines Matching refs:help
353 target_group.add_argument('-p', '--app', help="""Profile an Android app, given the package name.
356 target_group.add_argument('-np', '--native_program', help="""Profile a native program running on
359 target_group.add_argument('-cmd', help="""Profile running a command on the Android device.
362 target_group.add_argument('--pid', nargs='+', help="""Profile native processes running on device
365 target_group.add_argument('--tid', nargs='+', help="""Profile native threads running on device
368 target_group.add_argument('--system_wide', action='store_true', help="""Profile system wide.""")
371 app_target_group.add_argument('--compile_java_code', action='store_true', help="""Used with -p.
377 app_start_group.add_argument('-a', '--activity', help="""Used with -p. Profile the launch time
381 app_start_group.add_argument('-t', '--test', help="""Used with -p. Profile the launch time of an
388 default='-e task-clock:u -f 1000 -g --duration 10', help="""Set
394 help="""When profiling an Android app containing native libraries,
404 help='The path to store profiling data. Default is perf.data.')
407 help="""By default we collect binaries used in profiling data from
413 help="""Set the path of a ndk release. app_profiler.py needs some
417 help="""Force adb to run in non root mode. By default, app_profiler.py