Skip to content

Commit 22efdf1

Browse files
committed
Merge branch 'stress-ng_cpu_benchmark' into stress-ng_cpu_benchmark-wfbench-as-a-module-for-swiftt
2 parents 50bc158 + 8639ee7 commit 22efdf1

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

bin/wfbench

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -270,20 +270,6 @@ class GPUBenchmark:
270270
p = subprocess.Popen(gpu_prog, shell=True)
271271
return ProcessHandle(p)
272272

273-
# def kill_process_and_children(proc):
274-
# if proc is None:
275-
# return
276-
# try:
277-
# parent = psutil.Process(proc.pid)
278-
# children = parent.children(recursive=True)
279-
# for child in children:
280-
# child.kill()
281-
# parent.kill()
282-
#
283-
# except psutil.NoSuchProcess:
284-
# pass # Process is already dead
285-
286-
287273

288274
# Utility code functions
289275
########################

0 commit comments

Comments
 (0)