Skip to content
Sections
>> Trisquel >> Packages >> aramo >> python >> python3-yappi
nabia  ] [  aramo  ]
[ Source: python-yappi  ]

Package: python3-yappi (1.3.3-1build1)

Yet Another Python Profiler - Python 3.x

Yappi stands for Yet Another Python Profiler. It supports Multithread/CPU time profiling.

CPython standard distribution comes with three profilers. cProfile, Profile and hotshot. cProfile is implemented as a C module based on lsprof, Profile is in pure Python and hotshot can be seen as a small subset of a cProfile.

The major issue is that all of these profilers lack support for multi-threaded programs and CPU time.

If you want to profile a multi-threaded application, you must give an entry point to these profilers and then maybe merge the outputs. None of these profilers are designed to work on long-running multi-threaded application. It is impossible to profile an application retrieve the statistics then stop and then start later on the fly (without affecting the profiled application).

This package contains the Python 3.x module.

Other Packages Related to python3-yappi

  • depends
  • recommends
  • suggests
  • dep: libc6 (>= 2.17)
    GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
    dep: python3 (<< 3.11)
    dep: python3 (>= 3.10~)
  • dep: python3-gevent
    gevent is a coroutine-based Python networking library
  • dep: python3.10
    Interactive high-level object-oriented language (version 3.10)

Download python3-yappi

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 32.1 kB122 kB [list of files]
arm64 31.7 kB114 kB [list of files]
armhf 30.4 kB100 kB [list of files]
ppc64el 34.0 kB146 kB [list of files]