Pass the environment variable D_GC_STATS=1 to programs when running them
to tell them to collect GC statistics, just in case the collector don't
do it by default and understand the meaning of the environment variable.
.PRECIOUS: $O/%.c.csv $O/%.a.csv
$O/%.c.csv $O/%.a.csv: $O/%
.PRECIOUS: $O/%.c.csv $O/%.a.csv
$O/%.c.csv $O/%.a.csv: $O/%
+ $(P_RUN) D_GC_STATS=1 ./$< $(args)
$P mv gc-collections.csv $O/$*.c.csv
$P mv gc-mallocs.csv $O/$*.a.csv
$P mv gc-collections.csv $O/$*.c.csv
$P mv gc-mallocs.csv $O/$*.a.csv