mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-11 04:45:24 +02:00

* pipewire: add page * pw-profiler: add page * pw-profiler: fix ponctuation * pipewire: add angle brackets to information link * pw-profiler: fix filename * pw-profiler: use space instead of equal * pw-dump: add page * pw-dump: remove trailing space * pw-pipewire, pw-dump: add pt_BR translations * pw-dump: refine wording of first command's description * pipewire: add missing curly bracket Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: replace starts with start Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-dump: refine wording Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-profiler: add missing backticks Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: fix typo Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: translate placeholder Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * pipewire: use "the" instead of "a" Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: use "o" instead of "um" in pt_BR * pipewire: add missing curly bracket in pt_BR * pipewire: translate "or" in pt_BR * pipewire: remove "=" in arguments --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
20 lines
468 B
Markdown
20 lines
468 B
Markdown
# pw-profiler
|
|
|
|
> Profile a local or remote instance.
|
|
> More information: <https://docs.pipewire.org/page_man_pw-profiler_1.html>.
|
|
|
|
- Profile the default instance, logging to `profile.log` (`gnuplot` files and a `.html` file for result visualizing are also generated):
|
|
|
|
`pw-profiler`
|
|
|
|
- Change the log output file:
|
|
|
|
`pw-profiler --output {{path/to/file.log}}`
|
|
|
|
- Profile a remote instance:
|
|
|
|
`pw-profiler --remote {{remote_name}}`
|
|
|
|
- Display help:
|
|
|
|
`pw-profiler --help`
|