예제 #1
0
파일: pintool.py 프로젝트: poeliu/Pinso
 def so_path(self):
     return config.build_home(self.debug) + '/delta_scheduler.so'
예제 #2
0
파일: pintool.py 프로젝트: poeliu/Pinso
 def so_path(self):
     return config.build_home(self.debug) + '/delta_randsched_profiler.so'
예제 #3
0
 def so_path(self):
     return os.path.join(config.build_home(self.debug),
                         'idiom_scheduler.so')
예제 #4
0
파일: pintool.py 프로젝트: HankFaan/maple
 def so_path(self):
     return os.path.join(config.build_home(self.debug), 'systematic_controller.so')
예제 #5
0
파일: pintool.py 프로젝트: HankFaan/maple
 def so_path(self):
     return config.build_home(self.debug) + '/tracer_profiler.so'
예제 #6
0
 def so_path(self):
     return os.path.join(config.build_home(self.debug),
                         'idiom_chess_profiler.so')
예제 #7
0
 def so_path(self):
     return os.path.join(config.build_home(self.debug),
                         'race_pct_profiler.so')
예제 #8
0
 def so_path(self):
     return os.path.join(config.build_home(self.debug),
                         'systematic_controller.so')
예제 #9
0
파일: pintool.py 프로젝트: poeliu/Pinso
 def so_path(self):
     return config.build_home(self.debug) + '/delta_scheduler.so'
예제 #10
0
파일: pintool.py 프로젝트: poeliu/Pinso
 def so_path(self):
     return config.build_home(self.debug) + '/delta_randsched_profiler.so'
예제 #11
0
파일: pintool.py 프로젝트: HankFaan/maple
 def so_path(self):
     return os.path.join(config.build_home(self.debug), 'idiom_profiler.so')
예제 #12
0
 def so_path(self):
     return config.build_home(self.debug) + '/tracer_profiler.so'
예제 #13
0
 def bin_path(self):
     return os.path.join(config.build_home(self.debug), 'idiom_memo_tool')