🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

profiling

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

profiling

An interactive continuous Python profiler.

0.1.3
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts