Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How slow am I?____________

Is there a way to check in VS 2010 how much time did I spend on particular project? It's just I feel that I'm not working fast enough and seeing the actual time I spent would probably kick me in my ass and maybe I would speed up a bit.
Thanks.

like image 745
There is nothing we can do Avatar asked Feb 27 '23 22:02

There is nothing we can do


2 Answers

Are you slow or are you spending time doing other stuff?
Something like manic time could help you, and since it tracks the windows by title it can also track how much time are you spending on a project.

like image 126
garph0 Avatar answered Mar 03 '23 07:03

garph0


VSTime may be of interest to you, it will go beyond time in projects and keep track of time spent debugging, editing, etc.

More details: http://daveswersky.com/2009/11/30/its-alive-vstime/

like image 29
John Rasch Avatar answered Mar 03 '23 08:03

John Rasch