src/Tools/Profiling.thy
author wenzelm
Sat, 01 Jun 2024 12:35:38 +0200
changeset 80225 d9ff4296e3b7
parent 78315 addecc8de2c4
permissions -rw-r--r--
unused;

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