--- a/sbsv2/raptor/bin/recipestats.py Mon Sep 06 09:57:24 2010 +0100
+++ b/sbsv2/raptor/bin/recipestats.py Mon Sep 13 13:11:19 2010 +0800
@@ -31,6 +31,7 @@
def add(self, duration):
self.time += duration
+ self.count += 1
class BuildStats(object):
STAT_OK = 0