Questions tagged [vmprof]

2 questions
1
vote
1 answer

how to profile PyPy with vmprof?

I read the vmprof doc in https://vmprof.readthedocs.io/en/latest/vmprof.html And I try to to prof pypy, with the cmd: pypy -m vmprof --web hello.py Then i return that: /usr/bin/pypy: No module named vmprof I Try pip install vmprof then pypy…
LoHiaufung
  • 11
  • 2
0
votes
1 answer

What is the performance impact of Python profiling?

I am considering profiling a Python application in production (such as a Django website). I've found many options that self-describe as lightweight and demonstrate how they are used (including cProfile, vmprof, yappi and DTrace/SystemTap) but I am…
lofidevops
  • 15,528
  • 14
  • 79
  • 119