Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mamico/mrs.doubtfire
https://github.com/mamico/mrs.doubtfire
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mamico/mrs.doubtfire
- Owner: mamico
- License: gpl-2.0
- Created: 2019-07-16T22:34:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T01:42:18.000Z (10 months ago)
- Last Synced: 2024-12-02T06:03:20.448Z (about 2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.=============
mrs.doubtfire
============="Upstairs, my little nose miners! Go! Flee before me! Onward and upward! Go pump some neurons! Expand your craniums!"
Euphegenia DoubtfireFeatures
--------☐ reporting on the use of slow methods
☐ write during navigation
☐ browserview call during tal rendering
☑ profiling slow browserview call, viewlet, portlet, subrequest, catalog
☑ extensible
☑ (collective.stats)
Documentation
-------------Add metric using zcml ::
Or wrapping/monkeypatching the function ::
from mrs.doubtfire.meta import metricmethod
from my.package import MyClassMyClass.my_function = metricmethod(MyClass.my_function)
Installation
------------Install mrs.doubtfire by adding it to your buildout::
[buildout]
...
eggs +=
mrs.doubtfireand then running ``bin/buildout``
Battery included::
zcml +=
mrs.doubtfire-metrics
mrs.doubtfire-catalogMonitoring `pas.plugins.ldap`::
zcml +=
mrs.doubtfire-ldapContribute
----------- Issue Tracker: https://github.com/collective/mrs.doubtfire/issues
- Source Code: https://github.com/collective/mrs.doubtfireLicense
-------The project is licensed under the GPLv2.