示例#1
0
文件: bench.py 项目: siwiwit/slps
 def TIMP(self):
     if not self.vals.timp:
         self.vals.timp = metrics.impurityOfCallGraph(
             self._getClosedCallGraph())
     return self.vals.timp
示例#2
0
文件: bench.py 项目: AmrEledkawy/slps
	def TIMP(self):
		if not self.vals.timp:
			self.vals.timp = metrics.impurityOfCallGraph(self._getClosedCallGraph())
		return self.vals.timp
示例#3
0
文件: bench.py 项目: siwiwit/slps
 def TIMPI(self):
     if not self.vals.timpi:
         self.vals.timpi = metrics.impurityOfCallGraph(self._getCallGraph())
     return self.vals.timpi
示例#4
0
文件: bench.py 项目: AmrEledkawy/slps
	def TIMPI(self):
		if not self.vals.timpi:
			self.vals.timpi = metrics.impurityOfCallGraph(self._getCallGraph())
		return self.vals.timpi