没有合适的资源?快使用搜索试试~ 我知道了~
Timer-Simple:小而简单的计时器(秒表)对象
共11个文件
t:3个
pm:1个
mkdn:1个
需积分: 12 0 下载量 53 浏览量
2021-06-09
12:55:10
上传
评论
收藏 19KB ZIP 举报
温馨提示
名称 Timer::Simple - 小而简单的计时器(秒表)对象 版本 版本 1.006 概要 use Timer::Simple (); my $t = Timer::Simple->new(); do_something; print "something took: $t\n"; # or take more control my $timer = Timer::Simple->new(start => 0, string => 'human'); do_something_before; $timer->start; do_something_else; print "time so far: ", $t->elapsed, " seconds\n"; do_a_little_more; print "time so far: ", $t->elapsed, " s
资源推荐
资源详情
资源评论
收起资源包目录
Timer-Simple-master.zip (11个子文件)
Timer-Simple-master
.travis.yml 162B
README.mkdn 8KB
.mailmap 65B
t
methods.t 3KB
time.t 2KB
functions.t 981B
LICENSE 18KB
.gitignore 22B
lib
Timer
Simple.pm 9KB
Changes 976B
dist.ini 169B
共 11 条
- 1
资源评论
向朝卿
- 粉丝: 42
- 资源: 4443
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功