Total time not showing up

I am fitting a pretrained ResNet50 with:

learn = cnn_learner(data, models.resnet50, metrics=accuracy)
learn.fit_one_cycle(5)

Everything is alright but the Total time is not getting shown up when the training completes. I am on Jupyter Notebook.

Any clue on this, @sgugger?

Yes this has been removed since now it shows the time per epoch.

I feel that it was very handy because by chance if you have more than 10 epochs and the network takes 5-6 minutes to get trained on a standard GPU, that little information on top comes to be very handy.