cargo-llvm-lines

Count lines of LLVM IR per generic function in Rust binaries

brewmacoslinux
Try with needOr install directly
Source

About

Count lines of LLVM IR per generic function

Commands

cargo-llvm-lines

Examples

Analyze LLVM IR line counts for the current project$ cargo llvm-lines
Show top 20 functions by LLVM IR line count$ cargo llvm-lines --top 20
Analyze release build and filter by specific module$ cargo llvm-lines --release | grep mymodule