rust/tests/ui/stats
Jubilee b5631095cd
Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov
Tweak `-Zmacro-stats` measurement.

It currently reports net size, i.e. size(output) - size(input). After some use I think this is sub-optimal, and it's better to just report size(output). Because for derive macros the input size is always 1, and for attribute macros it's almost always 1.

r? ```@petrochenkov```
2025-06-24 19:45:33 -07:00
..
auxiliary Introduce -Zmacro-stats. 2025-06-12 21:17:17 +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 Tweak -Zinput-stats and -Zmeta-stats output. 2025-06-24 13:07:14 +10:00
macro-stats.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00
macro-stats.stderr Tweak -Zmacro-stats measurement. 2025-06-24 08:42:14 +10:00
meta-stats.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00