我正在嘗試獲取進(jìn)程的時(shí)間,當(dāng)我在 shell 中使用關(guān)鍵字 time 時(shí),我得到了更好的輸出:real 0m0,430suser 0m0,147ssys 0m0,076s而不是 which/usr/bin/time給出了不同的輸出。當(dāng)我嘗試通過(guò) python 的子進(jìn)程庫(kù)運(yùn)行它時(shí),subprocess.call('time command args',shell=True)它給了我 /usr/bin/time 而不是關(guān)鍵字。我如何使用關(guān)鍵字函數(shù)而不是當(dāng)前函數(shù)?
Python 子進(jìn)程時(shí)間調(diào)用 /usr/bin/time 而不是關(guān)鍵字
飲歌長(zhǎng)嘯
2023-02-22 16:24:24