Time and memory measurement of Python subprocess.Popen

后端 未结 0 552
时光说笑
时光说笑 2021-01-06 07:52

My python code is

import memory_profiler
import time
import subprocess

def f():
    st = time.time()
    cmd = \'python main.py\'
    process = subprocess.Po         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题