src/Tools/Profiling.thy
author haftmann
Thu, 24 Jul 2025 16:44:52 +0200
changeset 82901 04e7c2566f7e
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
moved / rearranged lemma

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