jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Add support for tracking total time spent during a day for compilation times. #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add support in niftysolution to track the amount of time we spend compiling.

Original issue reported on code.google.com by jim.tila...@gmail.com on 13 Apr 2012 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by jim.tila...@gmail.com on 13 Apr 2012 at 5:53

GoogleCodeExporter commented 9 years ago
Fixed in revision #135

There is a new text config option in the plugin now "CompileTimeLogFile".

You get the following in the textfile:

4/16/2012 10:21:26 PM|00:00:00
4/16/2012 10:22:14 PM|00:00:02
4/16/2012 10:22:46 PM|00:00:00
4/16/2012 10:22:50 PM|00:00:00
4/16/2012 10:22:52 PM|00:00:00
4/16/2012 10:22:53 PM|00:00:00
4/16/2012 10:23:05 PM|00:00:01
4/16/2012 10:24:31 PM|00:00:00
4/16/2012 10:24:32 PM|00:00:00
4/16/2012 10:24:35 PM|00:00:02
4/16/2012 10:25:34 PM|00:00:15
4/16/2012 10:25:43 PM|00:00:01

Where the | is the division. The first column is the date/time and the second 
is the total time spent.

Original comment by jim.tila...@gmail.com on 17 Apr 2012 at 5:31