mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-26 17:21:15 +00:00
modify hiperf readme
Signed-off-by: yuyanqinghw <yuyanqing539@huawei.com>
This commit is contained in:
parent
4216595eea
commit
e71778796d
@ -219,7 +219,7 @@ Usage: hiperf stat [options] [command [command-args]]
|
|||||||
Monitor the performance counter of the process on CPU 0 for 3 seconds.
|
Monitor the performance counter of the process on CPU 0 for 3 seconds.
|
||||||
|
|
||||||
```
|
```
|
||||||
hiperf stat -a -d 3 -c 0
|
hiperf stat -a -d 3 -c 0
|
||||||
```
|
```
|
||||||
|
|
||||||
### record
|
### record
|
||||||
@ -234,7 +234,7 @@ Usage: hiperf record [options] [command [command-args]]
|
|||||||
Sample all processes in the system for 3 seconds and display detailed log information.
|
Sample all processes in the system for 3 seconds and display detailed log information.
|
||||||
|
|
||||||
```
|
```
|
||||||
hiperf record -d 3 -a --verbose
|
hiperf record -d 3 -a --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
### dump
|
### dump
|
||||||
|
@ -232,7 +232,7 @@ Usage: hiperf stat [options] [command [command-args]]
|
|||||||
下面展示了一个 stats 监听本进程 在 CPU 0 上 3 秒的性能计数器命令
|
下面展示了一个 stats 监听本进程 在 CPU 0 上 3 秒的性能计数器命令
|
||||||
|
|
||||||
```
|
```
|
||||||
hiperf stat -a -d 3 -c 0
|
hiperf stat -a -d 3 -c 0
|
||||||
```
|
```
|
||||||
|
|
||||||
### record 命令
|
### record 命令
|
||||||
|
Loading…
Reference in New Issue
Block a user