IMO the profile module is fine, no need to upgrade to hotshot.

On 3/26/07, William Cohen <[EMAIL PROTECTED]> wrote:
Hi all,

There is a page that describes modifying python scripts to get hotshot profiling
  information:

http://wiki.laptop.org/go/Sugar_Performance

The wiki page says that the profile module is depricated. However, it seems
mucheasire  to run profile with:

        python -m profile -o /tmp/zzz /usr/bin/sugar-activity Web

Is there any thought in modifying the hotshot module to provide a similar
command-line interface?

I was able to get some data via profile, but reading various documents seem to
indicate that the profile module has excess overhead.

-Will
_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel



--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel

Reply via email to