mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
Base: man pages: document arguments, fix typos, use American English
This commit is contained in:
parent
5bd8a416ea
commit
5331ae0e93
8 changed files with 23 additions and 11 deletions
|
@ -5,7 +5,7 @@ Profiler - Serenity process profiler
|
|||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Profiler [--pid PID] [perfcore file]
|
||||
$ Profiler [--pid PID] [perfcore-file]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -27,6 +27,10 @@ Profiler can also load performance information from previously created
|
|||
|
||||
* `-p PID`, `--pid PID`: PID to profile
|
||||
|
||||
## Arguments
|
||||
|
||||
* perfcore-file: Path of perfcore file to load
|
||||
|
||||
## Examples
|
||||
|
||||
Profile running Shell process:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue