dtolnay / cargo-llvm-lines

Count lines of LLVM IR per generic function
Apache License 2.0
414 stars 24 forks source link

feat: `--bench` support #71

Closed crepererum closed 1 year ago

crepererum commented 1 year ago

Support measuring lines for benchmarks similar to binaries and examples. This is the same argument that cargo build supports.