[go: up one dir, main page]

inferno 0.1.0

Rust port of the FlameGraph performance profiling tool suite
[package]
name = "inferno"
version = "0.1.0"

description = "Rust port of the FlameGraph performance profiling tool suite"
readme = "README.md"

authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
edition = "2018"

repository = "https://github.com/jonhoo/inferno.git"


keywords = ["perf", "flamegraph", "profiling"]
categories = ["command-line-utilities", "development-tools::profiling", "visualization"]

license = "CDDL-1.0"

[dependencies]
structopt = "0.2"

[profile.release]
debug = true

[[bin]]
name = "inferno-collapse-perf"
path = "src/collapse-perf.rs"