Performance analysis
Added by Anonymous about 18 years ago
Legacy ID: #3916629 Legacy Poster: Marco Baumgartl (killernase)
Hi, I wrote a stylesheet to transform a couple of articles to a crosstab. The transformation is working but extremly slow. It takes 80 seconds to create a crosstab from about 200 articles (~500kb) using Saxon 8.8 (former version are even slower, 11 Minutes and more). For this reason I want to find out where my stylesheet is inefficient. I used the -TP parameter to get more information but all I get is: <trace time="1158391367268"> <end time="1158391387346"/></trace> This is not really helpful. What am I doing wrong? regards Marco
Replies (1)
RE: Performance analysis - Added by Anonymous about 18 years ago
Legacy ID: #3916647 Legacy Poster: Michael Kay (mhkay)
I think this is another consequence of the bug documented at http://sourceforge.net/tracker/index.php?func=detail&aid=1557512&group_id=29872&atid=397617 There's a patch for this bug in Subversion.
Please register to reply