Information on the runtime of each stage in DeepVariant

DeepVariant consists of three stages:

  1. make_examples
  2. call_variants
  3. postprocess_variants

I would like to know the time spent on each stage when running DeepVariant using Parabricks. Similar to the open-source DeepVariant, I want the output log to display the runtime of each stage.
Is there any way to observe this? Thank you!