HoustonGuy
Programmer
I would like to store processing time for each script I run.
The only global variable I see that I think might work is @@Timeticks - but I can't get a good calculation when converting it to seconds. I know it is machine dependent, but I would like to understand a basic conversion to seconds or minutes so I can store something readable/understandable for the end used.
How would you log processing time for a script?
Thank you in advance, my brothers and sisters!
The only global variable I see that I think might work is @@Timeticks - but I can't get a good calculation when converting it to seconds. I know it is machine dependent, but I would like to understand a basic conversion to seconds or minutes so I can store something readable/understandable for the end used.
How would you log processing time for a script?
Thank you in advance, my brothers and sisters!