in memory_analyzer/analysis_utils.py [0:0]
def _end_subprocess(self, proc): try: proc.wait(5) except TimeoutError: proc.kill()