summaryrefslogtreecommitdiff
path: root/simpleperf/scripts/app_profiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/scripts/app_profiler.py')
-rwxr-xr-xsimpleperf/scripts/app_profiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/scripts/app_profiler.py b/simpleperf/scripts/app_profiler.py
index 808e3e9c..a6399ef1 100755
--- a/simpleperf/scripts/app_profiler.py
+++ b/simpleperf/scripts/app_profiler.py
@@ -233,7 +233,7 @@ class ProfilerBase(object):
raise NotImplementedError
def start_profiling(self, target_args):
- """Start simpleperf reocrd process on device."""
+ """Start simpleperf record process on device."""
args = ['/data/local/tmp/simpleperf', 'record', '-o', '/data/local/tmp/perf.data',
self.args.record_options]
if self.adb.run(['shell', 'ls', NATIVE_LIBS_DIR_ON_DEVICE]):