mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Rename sh/ folder to scripts/
This commit is contained in:
8
scripts/find_bloat.sh
Executable file
8
scripts/find_bloat.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path/.."
|
||||
|
||||
cargo bloat --release --bin egui_demo_app -n 200 | rg "egui "
|
||||
|
||||
cargo llvm-lines -p egui_demo_lib | rg egui | head -30
|
||||
Reference in New Issue
Block a user