[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Viktor Ferenczi
Viktor Ferenczi added the comment: I agree. Just close this as "won't fix". ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: hotshot is more or less deprecated, cProfile being the recommended replacement for high-performance profiling. I suggest closing this issue as won't fix. -- nosy: +pitrou ___ Python tracker

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ ___ Python-bugs-list mai

[issue984219] hotspot.stats.load is very slow

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Turning into a feature request. -- nosy: +georg.brandl type: performance -> feature request Tracker <[EMAIL PROTECTED]>

[issue984219] hotspot.stats.load is very slow

2008-03-18 Thread Virgil Dupras
Virgil Dupras <[EMAIL PROTECTED]> added the comment: I had a 54 mb hotshot profile lying around, and it is indeed very long to load, so I ran a profiling session of hotshot.stats.load(MY_BIG_FILE) with python and stdlib of r61515, and here are the results (the resulting prof file is 27 mb):

[issue984219] hotspot.stats.load is very slow

2008-03-16 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- type: -> performance Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list