src/Tools/Profiling.thy
author wenzelm
Wed, 29 May 2024 16:06:07 +0200
changeset 80211 2ec1b11f1f93
parent 78315 addecc8de2c4
permissions -rw-r--r--
tuned;

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