Timing

This section of the manual describes the Timing module.

ReachabilityBase.Timing.print_timedFunction
print_timed(stats::NamedTuple; [io]::IO=stdout)

Print the result of a @timed call.

Input

  • stats – the result of a @timed call
  • io – (optional; default: stdout) where the output is written (ignored prior to Julia v1.10)
source