https://bugzilla.redhat.com/show_bug.cgi?id=1155495

            Bug ID: 1155495
           Summary: Review Request: python-yappi - Yet Another Python
                    Profiler
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nob...@fedoraproject.org
          Reporter: smizr...@redhat.com
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org



Spec URL: https://smizrahi.fedorapeople.org/yappi/yappi.spec
SRPM URL:
https://smizrahi.fedorapeople.org/yappi/python-yappi-0.92-1.fc21.src.rpm
Description:
CPython standard distribution is coming with three profilers. cProfile, Profile
and hotshot. cProfile module is implemented as a C module based on lsprof,
Profile is in pure Python and the hotshot can be seen as a small subset of a
cProfile. The motivation to implement a new profiler is that all of these
profilers lacks the support of multi-threaded programs. 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 is designed to work
on long-running multi-threaded application. While implementing a game server,
it turns out that is is impossible to profile an application retrieve the
statistics then stop and then start later on on the fly(without affecting the
profiled application). With the experience of implementing a game server in
Python, we have identified most of the problems, tricky parts regarding
profiler usage and so, we have come up with simple but powerful requirements.

Fedora Account System Username: smizrahi

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to