文件名称:Python-MemoryProfiler是一个python模块用于监视进程的内存消耗
文件大小:90KB
文件格式:ZIP
更新时间:2022-08-30 02:44:43
Python开发-其它杂项
Memory Profiler 是一个 python 模块,用于监视进程的内存消耗,甚至可以逐行分析 python 程序的内存消耗
【文件预览】:
memory_profiler-master
----MANIFEST.in(53B)
----.travis.yml(277B)
----README.rst(17KB)
----images()
--------flamegraph.png(61KB)
----memory_profiler.py(43KB)
----test()
--------test_tracemalloc.py(1KB)
--------test_global.py(69B)
--------test_nested.py(427B)
--------test_mprof.py(463B)
--------test_exit_code.py(1KB)
--------test_memory_usage.py(1KB)
--------test_as.py(104B)
--------__init__.py(22B)
--------test_loop_decorated.py(453B)
--------test_gen.py(1KB)
--------test_unicode.py(242B)
--------test_precision_command_line.py(748B)
--------test_mprofile.py(959B)
--------test_exception.py(267B)
--------test_stream_unicode.py(293B)
--------test_func.py(170B)
--------test_loop.py(422B)
--------test_import.py(179B)
--------test_precision_import.py(842B)
----examples()
--------example.py(177B)
--------numpy_example.py(398B)
--------example_undecorated.py(185B)
--------reporting_logger.py(841B)
--------reporting_file.py(336B)
--------plot_memory.py(391B)
--------multiprocessing_example.py(1KB)
----setup.py(2KB)
----.gitignore(122B)
----Makefile(717B)
----README_DEV.rst(275B)
----COPYING(2KB)
----mprof.py(29KB)