def so_path(self): return config.build_home(self.debug) + '/delta_scheduler.so'
def so_path(self): return config.build_home(self.debug) + '/delta_randsched_profiler.so'
def so_path(self): return os.path.join(config.build_home(self.debug), 'idiom_scheduler.so')
def so_path(self): return os.path.join(config.build_home(self.debug), 'systematic_controller.so')
def so_path(self): return config.build_home(self.debug) + '/tracer_profiler.so'
def so_path(self): return os.path.join(config.build_home(self.debug), 'idiom_chess_profiler.so')
def so_path(self): return os.path.join(config.build_home(self.debug), 'race_pct_profiler.so')
def so_path(self): return os.path.join(config.build_home(self.debug), 'idiom_profiler.so')
def bin_path(self): return os.path.join(config.build_home(self.debug), 'idiom_memo_tool')