To display time taken by every step in packer build

Hello, Is it possible in packer to see time taken by every step in packer build.

I have attached my packer build logs, so in front of each step i want to see how much time taken by each step to complete.
I am running multiple provisioners, so i want to see how much time taken by each provisioner to complete

Please help me,

Thanks

Would -timestamp-ui do what you are after? It simply displays the current time before each line of the output. It doesn’t time it for you, but its easier to work out when you have the start and end time.