sbsv2/raptor/bin/recipestats.py
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
--- 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