| Crates.io | perfrecord |
| lib.rs | perfrecord |
| version | 0.8.0 |
| created_at | 2020-05-28 21:48:23.420408+00 |
| updated_at | 2022-04-02 18:02:18.265379+00 |
| description | A macOS command line profiler. |
| homepage | |
| repository | https://github.com/mstange/perfrecord/ |
| max_upload_size | |
| id | 247173 |
| size | 9,228,690 |
perfrecord is intended to become a command line CPU profiler for macOS.
It is a work in progress and not ready for public consumption.
Try it out:
cargo install perfrecord
perfrecord ./yourcommand args
perfrecord --launch-when-done ./yourcommand args
perfrecord -o prof.json ./yourcommand args
perfrecord --launch prof.json
See the repo for more information.