src/Tools/Profiling.thy
author wenzelm
Tue, 17 Oct 2023 12:10:58 +0200
changeset 78787 a7e4b412cc7c
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
tuned signature, following Isabelle/Scala;

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