Files
cheatsheet-tldr/tldr/linux/pw-profiler
2024-03-15 00:13:13 +00:00

26 lines
557 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`