Metadata-Version: 1.0
Name: Products.ZopeProfiler
Version: 2.0.1
Summary: Zope 2 profiler to learn what Zope spends it time on. For Zope 2.11
Home-page: http://www.dieter.handshake.de/pyprojects/zope
Author: Dieter Maurer
Author-email: dieter@handshake.de
License: BSD (see "Products/ZopeProfiler/LICENSE.txt", for details)
Description: ZopeProfiler
        
        ZopeProfiler provides profiling support for Zope.
        
        It can derive both high and low level timing statistics.
        High level means Zope object call level, while low level
        is the Python function call level.
        
        Unlike the standard Zope profiling support, ZopeProfiler
        does not bring Zope into effective single user mode.
        Zope continues to work as usual.
        
        ZopeProfiler can be dynamically enabled/disabled.
        When disabled, there is only a negligible runtime
        penalty. When enabled, profiling slows down Zope
        considerably.
        
        ZopeProfiler installs itself through "monkey patching".
        You will then find a ZopeProfiler instance in your "Control_Panel".
        (You need ``enable-product-installation on`` for ZopeProfiler
        to be able install itself in the "Control_Panel".)
        Please read the "Info" tab for further information.
        
        Due to Python bug "http://bugs.python.org/issue7372",
        you cannot use ZopeProfiler with Zope 2.12 for the moment.
Keywords: Zope 2,profiling,time,analysis,caller,callee
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Zope2
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
