mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-27 20:03:38 +08:00
c0f2e7d36a
Add shell script to sample PulseAudio memory usage while increasing the number of connected 'paplay' clients over time. Linux kernel /proc/$PID/smaps Private and Shared_Dirty fields are used to accurately measure the total size of used dirty pages over time. This shall be useful for benchmarking the PA daemon's memory while introducing new features like per-client SHM access and memfds. Also add an empty benchmarks-collection directory 'benchmarks/'. All output from the benchmarking tools shall be saved in this place, with timestamps and symbolic links to the newest versions. Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
README |
This is an empty directory for collecting users PulseAudio daemon performance benchmarks, as created by the tools under `scripts/' . Please do not commit any file here except this README and .gitignore.