Re: free profiler in python

2008-03-19 Thread Tristan Seligmann
* Ondrej Certik <[EMAIL PROTECTED]> [2008-02-09 00:01:52 +0100]: > the python-profile is in non-free, so what free tool do you use for > profiling your python programs? There is cProfile in python2.5, which > seems to be free, but for showing > the result I need pstat, which is again non-free. Is

Re: free profiler in python

2008-03-19 Thread Ondrej Certik
On Tue, Feb 12, 2008 at 1:59 AM, Floris Bruynooghe <[EMAIL PROTECTED]> wrote: > Hello Ondrej > > > On Sat, Feb 09, 2008 at 12:01:52AM +0100, Ondrej Certik wrote: > > the python-profile is in non-free, so what free tool do you use for > > profiling your python programs? There is cProfile in pytho

Re: free profiler in python

2008-02-11 Thread Floris Bruynooghe
Hello Ondrej On Sat, Feb 09, 2008 at 12:01:52AM +0100, Ondrej Certik wrote: > the python-profile is in non-free, so what free tool do you use for > profiling your python programs? There is cProfile in python2.5, which > seems to be free, but for showing > the result I need pstat, which is again no