This is follow up. I run the profiler as described here: http://blogs.msdn.com/b/curth/archive/2009/03/29/an-ironpython-profiler.aspx The results is attached. I am a bit confused about a strong correlation between inclusive and exclusive time for top items. I also calculated total for inclusive and it matches total profiling time. Can anybody tell what is going on here?
On Wed, Apr 16, 2014 at 5:20 PM, Pawel Jasinski <[email protected]> wrote: > hi, > > I have made an exercise of running asciidoc under ironpython > It turned out to be a performance disappointment. > Converting trivial document takes 30 seconds where cpython is done > under a second. > Can it be that asciidoc, which makes heavy use of regular expression, > exposes weak part of ironpython? > > Has anybody similar experience with applications using heavily re? > > Am I doing something wrong? > > > --pawel
asciidoc-profile.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
_______________________________________________ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users
