src/Tools/Profiling.thy
author paulson <lp15@cam.ac.uk>
Fri, 28 Mar 2025 00:26:10 +0000
changeset 82353 e3a0128f4905
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
Manuel's material on infinite products

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