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
Devel@laptop.org
http://mailman.laptop.org/mailman/listinfo/devel

Reply via email to