You are here > Bugs > PlayOnLinux > Feature > Ticket #53
Added by fabioamd87 on 2010-10-06 00:45:41 - Comment or update this ticket
this things can be done by using "time" command line tool
example: time wine game.exe
store the result, add to the actual time and show in the UI.
For that, we could use timestamps, it would be easier
StartTime="$(date +%s)"
wine blabla
EndTime="$(date +%s)"
Delta=$(( EndTime - StartTime ))
I might add this in a future version. It's not a bad idea
thanks for consideration, is this project still alive?
Yep (Sorry for the delay)