From: Alan Knowles Date: Wed, 2 Jan 2013 06:19:33 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f4d602d509be1433258aff6bc5c110bfe1c596b5 GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index 293bfabc..b843a575 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -223,6 +223,10 @@ for (var h in res) { } } +print(JSON.stringify(GitLogParser.shours,null,4); + + + print("\nLONGIDLE : " +(totals.idle/60).toFixed(2) +"h" ); print("\nShort Idle : " +(totals.shortidle/60).toFixed(2) +"h" );