Log rules executed by Dune

Hi.

Dune has several options related to benchmarking the build steps of a project:

--always-show-command-line
--trace-file
--verbose
and dune rules <target> for seeing what rules are relevant for target.

To my knowledge, none of these will show what rules are actually evaluated. Does anyone know of a way to get the complete list of all rules evaluated? The trace file seems to only register the number of rules evaluated.

Thank you.