• Armin Rigo's avatar
    Added the cProfile module. · a871ef2b
    Armin Rigo yazdı
    Based on lsprof (patch #1212837) by Brett Rosen and Ted Czotter.
    With further editing by Michael Hudson and myself.
    History in svn repo: http://codespeak.net/svn/user/arigo/hack/misc/lsprof
    
    * Module/_lsprof.c is the internal C module, Lib/cProfile.py a wrapper.
    * pstats.py updated to display cProfile's caller/callee timings if available.
    * setup.py and NEWS updated.
    * documentation updates in the profiler section:
       - explain the differences between the three profilers that we have now
       - profile and cProfile can use a unified documentation, like (c)Pickle
       - mention that hotshot is "for specialized usage" now
       - removed references to the "old profiler" that no longer exists
    * test updates:
       - extended test_profile to cover delicate cases like recursion
       - added tests for the caller/callee displays
       - added test_cProfile, performing the same tests for cProfile
    * TO-DO:
       - cProfile gives a nicer name to built-in, particularly built-in methods,
         which could be backported to profile.
       - not tested on Windows recently!
    a871ef2b
Adı
Son kayıt (commit)
Son güncelleme
..
test_MimeWriter Loading commit data...
test_augassign Loading commit data...
test_cProfile Loading commit data...
test_cgi Loading commit data...
test_class Loading commit data...
test_coercion Loading commit data...
test_compare Loading commit data...
test_cookie Loading commit data...
test_exceptions Loading commit data...
test_extcall Loading commit data...
test_frozen Loading commit data...
test_global Loading commit data...
test_grammar Loading commit data...
test_httplib Loading commit data...
test_linuxaudiodev Loading commit data...
test_logging Loading commit data...
test_math Loading commit data...
test_mmap Loading commit data...
test_new Loading commit data...
test_nis Loading commit data...
test_opcodes Loading commit data...
test_openpty Loading commit data...
test_operations Loading commit data...
test_ossaudiodev Loading commit data...
test_pep277 Loading commit data...
test_pkg Loading commit data...
test_poll Loading commit data...
test_popen Loading commit data...
test_popen2 Loading commit data...
test_profile Loading commit data...
test_pty Loading commit data...
test_pyexpat Loading commit data...
test_regex Loading commit data...
test_resource Loading commit data...
test_rgbimg Loading commit data...
test_scope Loading commit data...
test_signal Loading commit data...
test_thread Loading commit data...
test_threadedtempfile Loading commit data...
test_tokenize Loading commit data...
test_types Loading commit data...
test_winreg Loading commit data...
test_xdrlib Loading commit data...
xmltests Loading commit data...