add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# pw-profiler
> 对本地或远程实例进行分析。
> 更多信息请访问: <https://docs.pipewire.org/page_man_pw-profiler_1.html>。
- 分析默认实例,将日志记录到 `profile.log`(同时生成 `gnuplot` 文件和用于结果可视化的 HTML 文件):
`pw-profiler`
- 更改日志输出文件:
`pw-profiler --output {{path/to/file.log}}`
- 分析远程实例:
`pw-profiler --remote {{remote_name}}`
- 显示帮助信息:
`pw-profiler --help`