rust/tests/ui/stats
Nicholas Nethercote 02a86dbd1d Remove pre-expansion AST stats.
They're very little value, because they only measure the top-level
`main.rs` or `lib.rs` file. (Other `.rs` files don't get read and parsed
until expansion occurs.)

I saw an example recently where the pre-expansion AST was 3KB in size
and the post-expansion AST was 66MB.

I kept the "POST EXPANSION" in the output header, I think that's useful
information to avoid possible confusion about when the measurement
happens.
2025-06-03 14:50:22 +10:00
..
input-stats.rs Filter percentages out of tests/ui/stats/input-stats.rs output. 2025-05-28 16:58:51 +10:00
input-stats.stderr Remove pre-expansion AST stats. 2025-06-03 14:50:22 +10:00
meta-stats.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00