Re: [Pyobjc-dev] Startup time woes
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@or...> - 2003-01-17 23:31:28
|
On vrijdag, jan 17, 2003, at 23:02 Europe/Amsterdam, Just van Rossum wrote: > Bill Bumgarner wrote: > >> Yes -- I'd like to know why it is so bloody slow, as well. >> >> I'm going to have to run it through the profiler sometime soon and see >> what the deal is. If running the profiler is difficult you could start with a ktrace (which is supported since 10.2, yeah!). Start python, in another window do "ktrace -p pid", do the Python bits you're interested in and then do "ktrace -C". You'll only get a system call trace, but if you show it with "kdump -T" you'll get timestamps and it may give an idea where the time is going. -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |