Pyramid tween to generate a callgraph image for every request
Project description
This package provides a Pyramid tween to generate a callgraph image for every request.
It uses the Python Call Graph package for tracing and graph generation. See its documentation for example images.
Usage
Add pyramid_pycallgraph to the pyramid.includes in your application’s .ini file:
pyramid.includes = pyramid_pycallgraph
Configuration
The default options of the pycallgraph.config.Config object can be overridden in your application’s .ini file.
Example:
pycallgraph.include_stdlib = True pycallgraph.max_depth = 10000 pycallgraph.trace_filter.exclude = pycallgraph.trace_filter.include = sqlalchemy.* pyramid.* myapp.*
Development
Status
Currently pyramid_pycallgraph is in alpha / development state and should be considered no more than a proof of concept. There are no tests at all and it might or might not work for you.
Contributions
Contributions are highly welcome. Just clone the Github repository and start hacking. If you think your work might be generally useful, feel free to open a pull request.
Changelog
0.1.0 - 2015-12-21
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pyramid_pycallgraph-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 708e476b8dc9f336155e919b5f94cf5722cc244aa4569d9431ca8bcf9aa59bb5 |
|
MD5 | 01247441f5d5bc3e95a568df4e5e0b0b |
|
BLAKE2b-256 | 249edc1328f78b7aeb0f4dae4c27fa097616179c94a895768c7fdb1cb8c3c465 |