src/Tools/Profiling.thy
author Thomas Lindae <thomas.lindae@in.tum.de>
Wed, 17 Jul 2024 21:02:30 +0200
changeset 81077 664c1a6cc8c1
parent 78315 addecc8de2c4
child 82978 85c982ddc82d
permissions -rw-r--r--
vscode: removed README because its content is outdated;

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