gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

can pycallgraph work with gevent? #149

Open workingenius opened 8 years ago

workingenius commented 8 years ago

hello, pycallgraph is a powerful tool for debugging. While can I simply use pycallgraph on a web-server with gevent? Will gevent influence test result? if so, is there any possible solution? thank you.