I have searched but I can’t find an equivalent to the matlab tic/toc function to simply display on the console how long time took the program to do its processing. (ideally I would like to put the tic (start timer) and toc (end timer) anywhere in the program.
Any suggestions?
I found what I was looking for.
Include:
Then at the beginning:
And finally before the end: