码迷,mamicode.com
首页 > 系统相关 > 详细

linux计算程序所用时间

时间:2014-07-03 11:19:21      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   2014   art   linux   

#########################################################################
# File Name: testTime.sh
# Author: fangtest
# mail: fangxuhaha@126.com
# Created Time: Sun 29 Jun 2014 06:42:36 PM EDT
#########################################################################
#!/bin/bash

start=$(date +%s)
sleep 3
end=$(date +%s)
let used=end-start

echo start $start
echo end $end
echo used $used

 

linux计算程序所用时间,布布扣,bubuko.com

linux计算程序所用时间

标签:style   blog   color   2014   art   linux   

原文地址:http://www.cnblogs.com/fangtest/p/3815755.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!