perfrecord

Crates.ioperfrecord
lib.rsperfrecord
version0.8.0
sourcesrc
created_at2020-05-28 21:48:23.420408
updated_at2022-04-02 18:02:18.265379
descriptionA macOS command line profiler.
homepage
repositoryhttps://github.com/mstange/perfrecord/
max_upload_size
id247173
size9,228,690
Markus Stange (mstange)

documentation

README

perfrecord

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.

Commit count: 1271

cargo fmt