[go: up one dir, main page]

inferno 0.3.0

Rust port of the FlameGraph performance profiling tool suite
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "inferno"
version = "0.3.0"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "Rust port of the FlameGraph performance profiling tool suite"
readme = "README.md"
keywords = ["perf", "flamegraph", "profiling"]
categories = ["command-line-utilities", "development-tools::profiling", "visualization"]
license = "CDDL-1.0"
repository = "https://github.com/jonhoo/inferno.git"
[profile.release]
debug = true

[lib]
name = "inferno"

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

[[bin]]
name = "inferno-flamegraph"
path = "src/bin/flamegraph.rs"
[dependencies.addr2line]
version = "0.8"

[dependencies.gimli]
version = "0.16"

[dependencies.indexmap]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.memmap]
version = "0.7"

[dependencies.num-format]
version = "0.4"
default-features = false

[dependencies.object]
version = "0.11"

[dependencies.quick-xml]
version = "0.13.3"

[dependencies.rand]
version = "0.6.5"

[dependencies.smallvec]
version = "0.6"

[dependencies.str_stack]
version = "0.1"

[dependencies.structopt]
version = "0.2"
[dev-dependencies.pretty_assertions]
version = "0.5"
[badges.codecov]
branch = "master"
repository = "jonhoo/inferno"
service = "github"

[badges.travis-ci]
repository = "jonhoo/inferno"