1. 08 Şub, 2006 1 kayıt (commit)
    • 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
  2. 26 Ara, 2005 1 kayıt (commit)
  3. 19 Ara, 2004 1 kayıt (commit)
  4. 05 Ara, 2004 1 kayıt (commit)
  5. 07 Kas, 2004 1 kayıt (commit)
  6. 23 Mar, 2004 3 kayıt (commit)
  7. 22 Mar, 2004 1 kayıt (commit)
  8. 20 Eki, 2003 1 kayıt (commit)
  9. 25 Agu, 2003 1 kayıt (commit)
  10. 14 Tem, 2003 1 kayıt (commit)
  11. 14 May, 2003 1 kayıt (commit)
  12. 09 Eki, 2001 2 kayıt (commit)
  13. 07 Eki, 2001 1 kayıt (commit)
  14. 06 Tem, 2001 1 kayıt (commit)
  15. 02 Tem, 2001 1 kayıt (commit)
  16. 14 Haz, 2001 1 kayıt (commit)
  17. 08 Haz, 2001 1 kayıt (commit)
  18. 13 Nis, 2001 2 kayıt (commit)
  19. 22 Nis, 1999 1 kayıt (commit)
  20. 21 Nis, 1999 1 kayıt (commit)
  21. 05 Nis, 1999 1 kayıt (commit)
  22. 23 Tem, 1998 1 kayıt (commit)
  23. 11 Nis, 1998 1 kayıt (commit)
  24. 09 Nis, 1998 2 kayıt (commit)
  25. 04 Nis, 1998 1 kayıt (commit)
  26. 03 Nis, 1998 1 kayıt (commit)
  27. 02 Nis, 1998 1 kayıt (commit)
  28. 27 Mar, 1998 1 kayıt (commit)
  29. 17 Mar, 1998 2 kayıt (commit)
  30. 27 Şub, 1998 1 kayıt (commit)
  31. 22 Şub, 1998 1 kayıt (commit)
  32. 18 Şub, 1998 1 kayıt (commit)
  33. 13 Şub, 1998 2 kayıt (commit)