实现一个统计函数运行时间

Posted 蓝冰lanbing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实现一个统计函数运行时间相关的知识,希望对你有一定的参考价值。

1.datetime显示当前时间

import datetime


def Func(n):
    t = datetime.datetime.now()
    print t
    print "start **************"
    l=[]
    for i in range(1,10):
        l.append(i)
        time.sleep(1)
    e = datetime.datetime.now()
    print e
    print (e - t).seconds
Func(11)

 

以上是关于实现一个统计函数运行时间的主要内容,如果未能解决你的问题,请参考以下文章

R语言统计代码运行耗时实战:计算代码运行时间使用proc.time函数计算代码运行时间

在 Python 多处理进程中运行较慢的 OpenCV 代码片段

EasyClick 运行代码片段出Null

EasyClick 运行代码片段出Null

SQLite 片段函数实现不会在 TextView 中将文本格式化为 HTML

关于代码片段的时间复杂度