src/Tools/Profiling.thy
author haftmann
Sun, 04 May 2025 15:05:51 +0200
changeset 82598 766a07ff7a07
parent 78315 addecc8de2c4
permissions -rw-r--r--
consolidate input syntax

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