https://github.com/sdiehl/gevent_viz
Visualize gevent Greenlet context switches
https://github.com/sdiehl/gevent_viz
Last synced: 4 months ago
JSON representation
Visualize gevent Greenlet context switches
- Host: GitHub
- URL: https://github.com/sdiehl/gevent_viz
- Owner: sdiehl
- Created: 2012-01-30T02:08:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-30T02:16:04.000Z (over 13 years ago)
- Last Synced: 2025-04-05T19:41:32.636Z (6 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gevent-viz
==========gevent-viz is a friendly fork of [eventlet_visualiser](https://github.com/colinhowe/eventlet_visualiser)
It monkey patches the Greenlet module to trace the execution of all Greenlets and stores the data in flat file. You can visualize the resulting profile in HTML.
Originally released for eventlet by Colin Howe under Apache license.
Install
=======cd gevent_viz
python setup.py installUsage
=====gevent_viz run yourmodule
gevent_viz html > yourfile.htmlLicense
=======Copyright 2011 Colin Howe (http://www.colinhowe.co.uk @colinhowe)
Copyright 2012 Stephen Diehl (stephen.m.diehl@gmail.com)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.