コード例 #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