Re: problem with hot shot stats

2006-10-10 Thread Monu
But I couldn't find any way to get lineevents in cProfile On Oct 11, 3:49 am, "Klaas" <[EMAIL PROTECTED]> wrote: > Monu wrote: > > HI All, > > I am getting problem in usinghotshotprofiler. > > When Ihotshotwith lineevents=0, it works fine, > > but when I use lineevents=1, I get error in stats<> >

Re: problem with hot shot stats

2006-10-10 Thread Klaas
Monu wrote: > HI All, > I am getting problem in using hotshot profiler. > When I hotshot with lineevents=0, it works fine, > but when I use lineevents=1, I get error in stats <> > Can anybody help to figure out the problem please? hotshot has never reached production-ready stability, imo. Use th

problem with hot shot stats

2006-10-10 Thread Monu
HI All, I am getting problem in using hotshot profiler. When I hotshot with lineevents=0, it works fine, but when I use lineevents=1, I get error in stats here is my code: import hotshot, hotshot.stats prof = hotshot.Profile("test.prof",lineevents=1) prof.st