src/Tools/Profiling.thy
author wenzelm
Sun, 12 Jan 2025 12:54:25 +0100
changeset 81773 5df6481f45f9
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
tuned comments;

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