Lines Matching refs:running
107 When running the stat command, if the number of hardware events is larger than
158 # Start a child process running `ls`, and stat it.
163 to monitor. When monitoring a child process running a new command, simpleperf
170 # Stat until the child process running `ls` finishes.
227 # Record a child process running `ls`.
238 # Record with sample frequency 1000: sample 1000 times every second running.
251 # Record until the child process running `ls` finishes.
376 Simpleperf tools in ndk contain three parts: simpleperf executable running on
377 Android device, simpleperf executable running on host, and python scripts.
380 Simpleperf running on device is located at bin/android directory. It contains
381 static binaries running on Android on different architectures. They can be used
382 to profile processes running device, and generate perf.data.
385 Simpleperfs running on host are located at bin/darwin, bin/linux and
423 ### 2. Find the process running the app
590 29.43% by running itself and calling other functions.
728 python scripts to help running commands.