This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo bloat --release --bin piggui --crates | |
warning: /Users/andrew/workspace/pigg/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition | |
(in the `plotters` dependency) | |
Finished `release` profile [optimized] target(s) in 0.36s | |
Analyzing target/release/piggui | |
File .text Size Crate | |
6.9% 12.3% 723.5KiB iroh_net | |
6.5% 11.7% 689.0KiB std | |
4.0% 7.2% 421.1KiB wgpu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo bloat --release --bin piggui --crates -n 100 | |
warning: /Users/andrew/workspace/pigg/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition | |
(in the `plotters` dependency) | |
Finished `release` profile [optimized] target(s) in 0.37s | |
Analyzing target/release/piggui | |
File .text Size Crate | |
6.9% 12.3% 723.5KiB iroh_net | |
6.5% 11.7% 689.0KiB std | |
4.0% 7.2% 421.1KiB wgpu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo bloat --release --bin piggui -n 100 | |
warning: /Users/andrew/workspace/pigg/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition | |
(in the `plotters` dependency) | |
Finished `release` profile [optimized] target(s) in 0.25s | |
Analyzing target/release/piggui | |
File .text Size Crate Name | |
0.4% 0.7% 40.1KiB zeno alloc::raw_vec::RawVecInner<A>::reserve::do_reserve_and_handle | |
0.3% 0.6% 34.7KiB rustls rustls::msgs::ffdhe_groups::FfdheGroup::named_group | |
0.3% 0.5% 28.4KiB piggui piggui::piggui_iroh_helper::connect::{{closure}} |