Expand description

Pass timing.

This modules provides facilities for timing the execution of individual compilation passes.

Structs

  • Accumulated timing for all passes.
  • A timing token is responsible for timing the currently running pass. Timing starts when it is created and ends when it is dropped.

Functions