[問題] 在ruby下的sample的time指令

看板Ruby作者 (omusico)時間18年前 (2006/08/02 19:45), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
請問一下這一個是用來測試執行時間嗎 time.rb #! /usr/local/bin/ruby cmd = ARGV.join(" ") b = Time.now system(cmd) e = Time.now ut, st, cut, cst = Time.times.to_a total = (e - b).to_f STDERR.printf "%11.1f real %11.1f user %11.1f sys\n", total, cut, cst -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 222.250.106.144

08/02 21:24, , 1F
是的,他會印出程式執行花費的時間
08/02 21:24, 1F
文章代碼(AID): #14q91TJL (Ruby)
文章代碼(AID): #14q91TJL (Ruby)