src/Tools/Profiling.thy
author paulson <lp15@cam.ac.uk>
Mon, 15 Jul 2024 21:48:23 +0100
changeset 80569 f1872ef41766
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
Revised mixfix and streamlined proofs

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