Metadata-Version: 1.1
Name: profiling
Version: 0.1.2
Summary: An interactive continuous Python profiler.
Home-page: https://github.com/what-studio/profiling
Author: Heungsub Lee
Author-email: sub@nexon.co.kr
License: BSD
Description: 
        profiling
        ~~~~~~~~~
        
        .. image:: https://img.shields.io/travis/what-studio/profiling.svg
           :target: https://travis-ci.org/what-studio/profiling
        
        .. image:: https://img.shields.io/coveralls/what-studio/profiling.svg
           :target: https://coveralls.io/r/what-studio/profiling
        
        The profiling package is an interactive continuous Python profiler.  It is
        inspired from `Unity 3D <http://unity3d.com/>`_ profiler.  This package
        provides these features:
        
        - Profiling statistics keep the frame stack.
        - An interactive TUI profiling statistics viewer.
        - Provides both of statistical and deterministic profiling.
        - Utilities for remote profiling.
        - Thread or greenlet aware CPU timer.
        - Supports Python 2.7, 3.3, 3.4 and 3.5.
        - Currently supports only Linux.
        
        Links
        '''''
        
        GitHub:
           https://github.com/what-studio/profiling
        Demo:
           https://asciinema.org/a/25394
        
        
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Debuggers
