• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

如何在终端显示运行时间?(How to show running time in terminal?)_电脑培训 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

如何在终端显示运行时间?(How to show running time in terminal?)

我正在使用Python一段时间,我通过某些方法(如timeit())了解到我可以估计我的程序的运行时间。

但是,当我的程序在终端完成时,它是否打印出运行时间? (任何终端命令都这样做?!)


I am using Python for a while and I learned that by some method like timeit() I can estimate the running time of my programe.

But, is it any way that when my programe finished in the terminal, it also print out the running time?! (any terminal command do that?!)


原文:https://stackoverflow.com/questions/7566492
更新时间:2022-03-21 20:03

最满意答案

使用以下内容:

$ time your_programm

输出是:

$ time sleep 1

真正的0m1.002s

用户0m0.000s

sys 0m0.000s

显示在内核和用户空间中花费了多少时间以及花费的总时间。


Use the following:

$ time your_programm

the output is:

$ time sleep 1

real 0m1.002s

user 0m0.000s

sys 0m0.000s

showing how much time was spent in kernel and user space and the total time spent.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap