Need a script to Track - How much time I worked to complete the image, the total time taken for each file( time differences between open the file and saving the file.) saved in a CVS file.
Please help
Need a script to Time Track
Re: Need a script to Time Track
Do you mean you do all by hand, or everything is scripted, so you only need extra command to count the time?
It it is not manaual job then put at beginning of your script:
then after every finished part:
Ps. Need a script to Time Track
It it is not manaual job then put at beginning of your script:
Code: Select all
$.hiresTimer
Code: Select all
alert($.hiresTimer / 1000000)
Ps. Need a script to Time Track