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 318e1c0 commit 53a8425Copy full SHA for 53a8425
src/lib.rs
@@ -118,8 +118,8 @@
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`]
+//! - `cli`: Also builds the `inferno` command-line tools
+//! - `multithreaded`: Enables multithreaded stack-collapsing
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
0 commit comments