I am running a python script as a tool in Pro.
The tool runs many gp commands (with some other arcpy functions) and take some time.
In order to understand where time is spend it would be nice if I can see the individual gp tools in the history (with the time it took them to run). This way I do not have to put endless time messages in my code.
I could not find a way to do it.
Is there a way or I should put it in the ideas site?
Thanks