src/Tools/Profiling.thy
author wenzelm
Thu, 24 Oct 2024 22:05:57 +0200
changeset 81253 bbed9f218158
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
prefer rewrite_term_yoyo for improved performance and occasionally better results (conforming to Ast.normalize);

(*  Title:      Tools/profiling.ML
    Author:     Makarius

Session profiling based on loaded ML image.
*)

theory Profiling
  imports Pure
begin

ML_file "profiling.ML"
ML_command \<open>Profiling.main ()\<close>

end