Skip to content

実行時間の平均を計算するシェルスクリプト

Notifications You must be signed in to change notification settings

imamuray/calc_exe_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

calc_exe_time.sh

time コマンドで出力される実行時間の平均を計算するシェルスクリプト.

使い方

usage: ./calc_exe_time.sh [count] [cmd]

count: 繰り返し回数
cmd: 実行するコマンド

実行例

$ ./calc_exe_time.sh 5 echo hello
count: 5, cmd: echo hello
hello
hello
hello
hello
hello
--------------------
 5 times average
 real |  usr  |  sys
0.002 | 0.000 | 0.002

About

実行時間の平均を計算するシェルスクリプト

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages