2025-03-14 21:59:59 -06: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):
|
|
|
|
|
|
|
|
|
|
`pw-profiler`
|
|
|
|
|
|
|
|
|
|
- Change the log output file:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pw-profiler {{[-o|--output]}} {{path/to/file.log}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Profile a remote instance:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pw-profiler {{[-r|--remote]}} {{remote_name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pw-profiler {{[-h|--help]}}`
|