3 Feb
2009
3 Feb
'09
11:33 a.m.
On Wed, Jan 28, 2009 at 16:56, Jean-Michel FRANCOIS <jeanmichel.francois@makina-corpus.com> wrote:
Is someone has try to use ZopeProfiler with KCacheGrind ? I would like to try KCachegrind because i found xdot very slow.
I have started to read the code of ZopeProfiler and i have discovered the world of profiling file format. It seems that ZopeProfiler save it's file in pstats format. So i need to convert those file to calltree format. But all scripts i have tryed has failed:
* pyprof2calltree * lsprofcalltree.py * hotshot2calltree
So am i on the wrong way ? Do i need to fix one of these script ? Are you using on of them ?
Maybe try this? http://pypi.python.org/pypi/profilestats/1.0 -- Sebastien Douche <sdouche@gmail.com>