src/Tools/Profiling.thy
author nipkow
Wed, 19 Feb 2025 10:12:35 +0100
changeset 82197 52290d6ab92d
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
added 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