flamegraph icon indicating copy to clipboard operation
flamegraph copied to clipboard

Release and distribute binaries for non-Rust devs

Open killercup opened this issue 6 years ago • 3 comments

If you supply pre-built binaries (maybe also make them available via homebrew), I think this will quickly become the way to answer "code, y u so slow". Especially interesting once #7 is implemented.

killercup avatar Mar 12 '19 20:03 killercup

I totally agree!!!

spacejam avatar Mar 13 '19 08:03 spacejam

#7 is done, and now 2 binaries are created: cargo-flamegraph with cargo-specific rust project handling stuff, and flamegraph which is just a general purpose generator with a single --output optional arg.

I'm pretty unfamiliar with the homebrew process but I'm definitely happy to get this working to let folks take advantage of the super simple and easy to use flamegraph binary

spacejam avatar Mar 13 '19 16:03 spacejam

Everything I know is in https://rust-lang-nursery.github.io/cli-wg/tutorial/packaging.html :)

This might be an interesting reference for a brew file.

killercup avatar Mar 13 '19 16:03 killercup