Re: [xsl] xslt profiler 4 performance analysis

Subject: Re: [xsl] xslt profiler 4 performance analysis
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Tue, 11 Sep 2012 14:51:22 +0100
Saxon-EE will automatically inline a function if it thinks it appropriate to do so.

Michael Kay
Saxonica


On 11/09/2012 14:31, Bartolomeo Nicolotti wrote:
Hello

We found we call one function defined by us to manage date format
conversion

2636

times

in xslt is there a way to make call funcion in-line, that is make so the
xslt engine replaces the function call with function body ?

Many thanks

best regards

Bartolomeo


Il giorno mar, 11/09/2012 alle 14.45 +0200, Bartolomeo Nicolotti ha scritto:
I googled for 30min with

"xslt saxon"

  but didn't found this, faster than google..., but I found this about
FtanML

http://dev.saxonica.com/blog/mike/2012/08/#000193

Many thanks

Best regards

Il giorno mar, 11/09/2012 alle 13.36 +0100, Michael Kay ha scritto:
Have you tried the profiling described here?

http://www.saxonica.com/documentation/using-xsl/performanceanalysis.xml

Michael Kay
Saxonica


On 11/09/2012 13:12, Bartolomeo Nicolotti wrote:
To whom it may concern,

we're using saxon as XSLT engine to transform XML that are 1MB

Is there any way to profile the xslt to improve the performances?

Many thanks

Best regards

Bartolomeo

Current Thread