vote up 1 vote down star

I was about to write a program that just tracks the time I spend coding. Then I thought there must already be some sort of feature in my IDE(VS 2008) or something to download for free. Basically, I just need to record the start time, end time and a subject line. I need either a free option or an option using Visual Studio 2008, which I already have. I am a one person coding team. I am not very familiar with Version Control. If this is already a feature of every version control system in the world, please don't beat me over the head. Just let me know.

Any help is appreciated.

Thanks,

Jeremy

flag

Do you want the timing itself be done by the app by you clicking start/stop? Or you'll handle the timing manually and you're just trying to document the categories in a log and need summaries? – Arno Setagaya Jun 16 at 4:40
2  
For that matter, is there any app that measures something like an accumulated time how long a window is in focus? So you can see that you spend 1:20 a day in email, 4:40 in Firefox, and :44 in Emacs.... and realize there's probably a problem there if you think you're coding all day? – Arno Setagaya Jun 16 at 4:43
@Arno - Yep. Timesnapper - see my answer. And, no, I don't work for them, I just like the product :-) – Dan F Jun 16 at 4:44
I've said this before (in the dozen or so other times this question has been asked on SO :-) - nothing beats just writing down the time and activity in a big red book. The best way to work is to do one thing for a couple of hours, not chop and change to the point where you're worried about the time difference between clicking a button and writing down a line of text. If you work like that, recording time is the least of your problems. If you don't work like that, you don't need some fancy application. Voting to close as a dupe. – paxdiablo Jun 16 at 4:49
stackoverflow.com/questions/891510/… - you could also have found it by clicking on the close link and selecting "exact duplicate" to get a list of duplicates given to date (just make sure you cancel out unless you're certain you want it to close). – paxdiablo Jun 16 at 6:30
show 2 more comments

10 Answers

vote up 2 vote down

I'm confused. Where do you want to put this info? In the source code, or somewhere else? If you just need it for billing and for preparing your timesheets, you can't go past Timesnapper, it is the awesome.

link|flag
Just need it for billing. Thanks for the input. – JK Jun 16 at 4:35
How does Timesnapper fare with multiple monitors? Are they supported? This seems like a pretty useful app, and I might use it myself it if can handle two widescreens. – jrista Jun 16 at 4:40
No worries. Timesnapper should do you well then. There's a free version as well that has less features, but should have enough for you to sit back at the end of the day and accurately prepare your timesheet. – Dan F Jun 16 at 4:40
@jrista - it goes fine with multiple monitors, you end up with big screenshots :) – Dan F Jun 16 at 4:41
vote up 1 vote down

You could take a look at FreshBooks,

http://www.freshbooks.com/

It's free (for personal use at least) and provides time tracking functionality.

link|flag
vote up 1 vote down

I came accross FusionDesk a while back while reading Joel on Software. It has a free edition, however, I am not sure if the free edition supports time tracking or not. Its a pretty good product, and the pay version isn't terribly priced, in case your interested.

http://www.fusiondesk.com/

EDIT:

I also forgot the great staple of CodeProject: ToDo List. This sucker is the top project at www.codeproject.com, and has been for years. It lets you organize your tasks and track time, and its free to boot:

http://www.codeproject.com/KB/applications/todolist2.aspx

link|flag
vote up 1 vote down

Did you see TodoList? Task breakdown, time tracking, etc.

link|flag
I love TodoList. – emptyset Nov 13 at 19:09
vote up 1 vote down

RescueTime can track app use for you...it has an amusing feature where your productivity is compared to the average across everyone using it...

link|flag
vote up 0 vote down

This is how I do it: Keeping a timesheet.

link|flag
This is how I am currently doing it, but it's not the most efficient use of my time. I could write a program where I only have to press one start/stop toggle button instead of entering all of the times. The only thing I would have to enter is the subject. – JK Jun 16 at 4:33
5  
If you put .LOG on the first line of the file then Notepad.exe appends a new timestamp automatically whenever you reopen the file (so you never need to enter the time). – ChrisW Jun 16 at 4:35
That's cool to know. Thanks!!! – JK Jun 16 at 4:37
@ChrisW: I've been using Notepad for over 12 years, and did not know that. Thanks. – John Saunders Jun 16 at 4:55
@chrisW That's great and really useful. Had no idea! – lc Jun 16 at 5:19
vote up 0 vote down

Simple little tray application with icon indicating status (running/stopped) and a hotkey for starting / stopping, window pops up on start to enter a subject.

log to xml, text or database or where ever is convenient.

link|flag
vote up 0 vote down

I wrote a google desktop gadget that you could use for this: http://desktop.google.com/plugins/i/tasklistandtimer.html

link|flag
vote up 0 vote down

I have a small Java program I wrote for project time tracking:

http://www.softwaremonkey.org/Program/TimeKeeper

link|flag
vote up 0 vote down

I heard about Timesnapper on Hanselminutes: get it here. It records your activities into pictures that you can analyse later for time sheets and stuff.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.