src/Pure/PIDE/markup.scala
changeset 83299 7d8713e1890b
parent 83297 00bb83e60336
equal deleted inserted replaced
83298:d2ffec6f4b89 83299:7d8713e1890b
   703         case _ => None
   703         case _ => None
   704       }
   704       }
   705   }
   705   }
   706 
   706 
   707   val Command_Offset = new Properties.Int("command_offset")
   707   val Command_Offset = new Properties.Int("command_offset")
   708   val command_timing_properties: Set[String] = Set(FILE, OFFSET, NAME, Elapsed.name)
   708   private val command_timing_exports: Set[String] = Set(FILE, OFFSET, NAME, Elapsed.name)
   709   def command_timing_property(entry: Properties.Entry): Boolean = command_timing_properties(entry._1)
   709   def command_timing_export(entry: Properties.Entry): Boolean = command_timing_exports(entry._1)
   710 
   710 
   711   object Command_Timing extends Properties_Function("command_timing")
   711   object Command_Timing extends Properties_Function("command_timing")
   712   object Session_Timing extends Properties_Function("session_timing") {
   712   object Session_Timing extends Properties_Function("session_timing") {
   713     val Threads = new Properties.Int("threads")
   713     val Threads = new Properties.Int("threads")
   714   }
   714   }