anothertimer:另一个Python计时器

时间:2024-03-07 10:07:49
【文件属性】:

文件名称:anothertimer:另一个Python计时器

文件大小:247KB

文件格式:ZIP

更新时间:2024-03-07 10:07:49

python timer timing Python

另一个计时器 仓库: : 只是另一个用于代码计时的计时器。 anothertimer使代码运行易于计时,保存计时数据,并提供基本的绘图功能。 用法示例: from anothertimer import Timer timer = Timer() timer.tic() #some code here timer.toc() 保存和加载数据(模式“ a”用于追加,模式“ w”用于写入): timer.dump('example.csv', mode='a') timer.load('example2.csv') 可以通过以下方式进行绘制: timer.plot() 在GitHub上查看example.py以获得更多功能(秒表/部分)和图表! 安装 pip install anothertimer 依存关系 标准Python库(输入,时间,操作系统,csv)。 matplotl


【文件预览】:
anothertimer-master
----README.rst(1KB)
----examples()
--------example.csv(2KB)
--------example.prof(576KB)
--------example.pdf(15KB)
--------example.py(2KB)
----LICENSE(1KB)
----setup.cfg(40B)
----anothertimer()
--------__init__.py(24B)
--------__pycache__()
--------timer.py(10KB)
----.gitignore(61B)

网友评论