python 将Python pstats文件转储到按累积统计排序的标准输出

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 将Python pstats文件转储到按累积统计排序的标准输出相关的知识,希望对你有一定的参考价值。

if __name__ == "__main__":
    import sys
    import pstats

    stats = pstats.Stats(sys.argv[1])
    stats.strip_dirs()
    stats.sort_stats('cumulative')
    stats.print_stats()

以上是关于python 将Python pstats文件转储到按累积统计排序的标准输出的主要内容,如果未能解决你的问题,请参考以下文章

我的 python 脚本花时间在哪里?我的 cprofile / pstats 跟踪中是不是存在“丢失时间”?

Python - 字典到 YAML 转储 - YAML 不扩展有序字典?

转储内存中加载的 Python 模块的内容

python:创建excel工作簿并将csv文件转储为工作表

python 将图片转换为base64编码转储进数据库

华为OD机试真题 Python 实现最大连续文件之和 /区块链文件转储系统