We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8361cb commit 318e1c0Copy full SHA for 318e1c0
src/lib.rs
@@ -116,6 +116,12 @@
116
//! $ inferno-diff-folded folded2 folded1 | inferno-flamegraph --negate > diff1.svg
117
//! ```
118
//!
119
+//! # Feature flags
120
+//! All features below are enabled by default
121
+//! - `cli`: Enabled when inferno compiled to a standalone binary and is used from the command line
122
+//! - `multithreaded`: Enables multithreading aggregating values for [`collapse`]
123
+//! - `nameattr`: Allows for adding customizing and adding attributes to the svg of [`flamegraph`]. See the `--nameattr` option for the flamegraph cli
124
+//!
125
//! # Development
126
127
//! This crate was initially developed through [a series of live coding sessions]. If you want to
0 commit comments