more diagnostic operations (see also 5c7652e9bc01);
authorwenzelm
Sun, 05 Feb 2023 20:09:39 +0100
changeset 77199 7d7786585ab0
parent 77198 9b35c1171d9a
child 77200 8f2e6186408f
child 77201 2cf7a61e4a73
more diagnostic operations (see also 5c7652e9bc01);
src/Pure/PIDE/session.scala
--- a/src/Pure/PIDE/session.scala	Sun Feb 05 20:05:14 2023 +0100
+++ b/src/Pure/PIDE/session.scala	Sun Feb 05 20:09:39 2023 +0100
@@ -122,6 +122,7 @@
   session =>
 
   val init_time: Time = Time.now()
+  def print_now(): String = (Time.now() - init_time).toString
 
   val cache: Term.Cache = Term.Cache.make()