コード例 #1
0
 def test_parse_isntcounts_empty(self):
     self._test({}, llvm.parse_instcounts(""))
コード例 #2
0
ファイル: test_llvm.py プロジェクト: vianziro/msc-thesis
 def test_parse_isntcounts_empty(self):
     self._test({},
                llvm.parse_instcounts(""))
コード例 #3
0
 def test_parse_isntcounts(self):
     self._test(
         self.stencil_gaussian_kernel_ic_json,
         llvm.parse_instcounts(self.stencil_gaussian_kernel_ic),
     )
コード例 #4
0
ファイル: test_llvm.py プロジェクト: vianziro/msc-thesis
 def test_parse_isntcounts(self):
     self._test(self.stencil_gaussian_kernel_ic_json,
                llvm.parse_instcounts(self.stencil_gaussian_kernel_ic))