equal
deleted
inserted
replaced
217 } |
217 } |
218 |
218 |
219 nodes_changed += state_id |
219 nodes_changed += state_id |
220 nodes_delay.invoke() |
220 nodes_delay.invoke() |
221 } |
221 } |
222 |
|
223 def get_theory_timings(): List[Properties.T] = synchronized { |
|
224 nodes_domain.map(name => |
|
225 Markup.Name(name.theory) ::: |
|
226 Markup.Timing_Properties(nodes_status(name).total_timing)) |
|
227 } |
|
228 } |
222 } |
229 |
223 |
230 class Session_Job private[Build_Job]( |
224 class Session_Job private[Build_Job]( |
231 build_context: Build.Context, |
225 build_context: Build.Context, |
232 session_context: Session_Context, |
226 session_context: Session_Context, |