Page 1 of 1

Processing time record

Posted: Wed Feb 08, 2017 4:21 am
by jfgeli
Hi there,
I would like to know if there is a command that can allow a user to count/record the seconds a program needs to be executed. I am doing some performance tests with some of my prg and this feature would be very useful. My only workaround so far is to record a log each time the program is run.
Cheers,
Fede

Re: Processing time record

Posted: Wed Feb 08, 2017 4:28 am
by jfgeli
Forget about my question :)
%y = @time

Re: Processing time record

Posted: Wed Feb 08, 2017 5:45 am
by jfgeli
Also @toc !!!