1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pw-profiler.md

21 lines
492 B
Markdown
Raw Normal View History

2023-12-27 03:34:31 -03:00
# 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):
2023-12-27 03:34:31 -03:00
`pw-profiler`
- Change the log output file:
`pw-profiler {{[-o|--output]}} {{path/to/file.log}}`
2023-12-27 03:34:31 -03:00
- Profile a remote instance:
`pw-profiler {{[-r|--remote]}} {{remote_name}}`
2023-12-27 03:34:31 -03:00
- Display help:
`pw-profiler {{[-h|--help]}}`