Timing compile time phase

Is there anyone aware of a way to benchmark compile time phases? I haven’t found any in my searches online

It depends what you mean, but just using the profiler is what I normally do for understanding the performance of macro expansion. You might also want the environment variables described here: 18.7 Controlling and Inspecting Compilation (see PLT_EXPANDER_TIMES).

1 Like