*** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1047 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -53,7 +53,7 @@ sub printStats() {
|
||||
open(FILE,"lastruntime.txt");
|
||||
my $lastruntime=<FILE>;
|
||||
print br();
|
||||
print "The last run took ", sprintf("%.0f", $lastruntime), " seconds";
|
||||
print "The last run took ", sprintf("%.0f", $lastruntime/60), " minutes";
|
||||
print br();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user