[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue984219 ___

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 Viktor Ferenczi
Viktor Ferenczi pyt...@cx.hu added the comment: I agree. Just close this as won't fix. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue984219 ___ ___

[issue984219] hotspot.stats.load is very slow

2009-02-14 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - wont fix status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue984219 ___

[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] http://bugs.python.org/issue984219

[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] http://bugs.python.org/issue984219 ___ Python-bugs-list mailing list