Need a script to Time Track

Discussion of Automation, Image Workflow and Raw Image Workflow

Moderators: Tom, Kukurykus

rashedmamoon
Posts: 1
Joined: Tue Mar 14, 2017 5:09 am

Need a script to Time Track

Post by rashedmamoon »

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
User avatar
Kukurykus
Posts: 528
Joined: Mon Jul 25, 2016 12:36 pm

Re: Need a script to Time Track

Post by Kukurykus »

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:

Code: Select all

$.hiresTimer
then after every finished part:

Code: Select all

alert($.hiresTimer / 1000000)

Ps. Need a script to Time Track