Is it possible to run memory_profiler and line_profiler during the same execution?

后端 未结 0 889
青春惊慌失措
青春惊慌失措 2021-02-14 16:59

I have a python program and I am trying to calculate memory usagge and run-time of it. When I run the program with kernprof -l -v I only get the output of memory_profil

相关标签:
回答
  • 消灭零回复
提交回复
热议问题