Function rustc_monomorphize::util::dump_closure_profile
source · [−]Expand description
For a given closure, writes out the data for the profiling the impact of RFC 2229 on closure size into a CSV.
During the same compile all closures dump the information in the same file “closure_profile_XXXXX.csv”, which is created in the directory where the compiler is invoked.