On Wed, Sep 5, 2012, at 02:26, Itamar Turner-Trauring wrote: > On Mon, Sep 3, 2012 at 12:10 PM, Peter Westlake > <[email protected]>wrote: > > > An output file generated with cProfile.run() can be read. > > Running twistd without --savestats generates a valid-looking > > textual report. > > > > This may be because the default profiler twistd uses is hotshot; try > --profiler=cprofile or --profiler=profile.
That was it, thanks! I used cprofile, and it works. Peter. _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
