2008年9月23日火曜日

コマンドの実行時間の計測

timeコマンドを使うことで、汎用的にコマンドの実行時間を計測できる
$time [command]

real 0m0.320s
user 0m0.300s
sys 0m0.004s

0 件のコメント: