Module Instrumentation.Timeable_event

type t =
  1. | Graph_application
  2. | Preprocess
  3. | Gather
  4. | Run_eval_fun
  5. | First_stabilization
  6. | Stabilize_for_clock
  7. | Apply_actions
  8. | Stabilize_for_action
  9. | Stabilize_after_all_apply_actions
  10. | Profiling_entry of string

These are fairly arbitrary, and are subject to change.