LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 819|回复: 4

perl script 运行的时间

[复制链接]
发表于 2004-8-21 22:26:28 | 显示全部楼层 |阅读模式
怎样知道一个perl script运行消耗的时间呐,请教
发表于 2004-8-21 23:30:46 | 显示全部楼层
time perl file.pl
 楼主| 发表于 2004-8-22 00:05:32 | 显示全部楼层
:thank
发表于 2004-8-22 10:56:10 | 显示全部楼层
可以在 Perl 程序里使用 times() 函数

如:
[php]

($user , $system ,  $child_user  , $child_system ) = times() ;

[/php]

其中 $user , $child_user 是您的进程 , 其子进程  使用 CPU 的时间

$system ,   $child_system 是OS被进程占用的时间
 楼主| 发表于 2004-8-22 23:03:56 | 显示全部楼层
:thank
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表