diff -r f70b728ea30c -r a1925fb7753a sbsv2/raptor/bin/recipestats.py --- a/sbsv2/raptor/bin/recipestats.py Wed Jul 28 13:20:46 2010 +0100 +++ b/sbsv2/raptor/bin/recipestats.py Thu Aug 12 09:00:16 2010 +0100 @@ -31,6 +31,7 @@ def add(self, duration): self.time += duration + self.count += 1 class BuildStats(object): STAT_OK = 0