sbsv2/raptor/bin/recipestats.py
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
    29 		self.count=count
    29 		self.count=count
    30 		self.time=time
    30 		self.time=time
    31 
    31 
    32 	def add(self, duration):
    32 	def add(self, duration):
    33 		self.time += duration
    33 		self.time += duration
       
    34 		self.count += 1
    34 
    35 
    35 class BuildStats(object):
    36 class BuildStats(object):
    36 	STAT_OK = 0
    37 	STAT_OK = 0
    37 
    38 
    38 
    39