src/Tools/Profiling.thy
author wenzelm
Tue, 01 Oct 2024 20:39:16 +0200
changeset 81091 c007e6d9941d
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
drop somewhat pointless 'syntax_consts' declarations;

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