memprobe

Crates.iomemprobe
lib.rsmemprobe
version0.1.0
sourcesrc
created_at2023-04-06 09:01:34.870798
updated_at2023-04-06 09:01:34.870798
descriptionA tool to probe the memory usage of a program
homepage
repositoryhttps://github.com/Kerollmops/memprobe
max_upload_size
id832055
size19,804
LV2 Maintainers (github:rustaudio:lv2-maintainers)

documentation

https://docs.rs/memprobe

README

memprobe

A tool to probe the memory usage of a program

You can run this command on Linux.

memprobe $(pidof firefox)

Or this one on mac OS.

memprobe $(pgrep firefox)
Commit count: 3

cargo fmt