src/Tools/Profiling.thy
author wenzelm
Thu, 10 Aug 2023 19:42:21 +0200
changeset 78506 14da1177d1c3
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
more informative error;

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