├── README.md ├── gevent_profiler └── __init__.py ├── setup.py └── tests ├── attach.py └── attach_on_signal.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srlindsay/gevent-profiler/HEAD/README.md -------------------------------------------------------------------------------- /gevent_profiler/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srlindsay/gevent-profiler/HEAD/gevent_profiler/__init__.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srlindsay/gevent-profiler/HEAD/setup.py -------------------------------------------------------------------------------- /tests/attach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srlindsay/gevent-profiler/HEAD/tests/attach.py -------------------------------------------------------------------------------- /tests/attach_on_signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srlindsay/gevent-profiler/HEAD/tests/attach_on_signal.py --------------------------------------------------------------------------------