src/Tools/Profiling.thy
author wenzelm
Thu, 22 Aug 2024 16:04:06 +0200
changeset 80740 dad0cefb48dd
parent 78315 addecc8de2c4
permissions -rw-r--r--
tuned;

(*  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