Re: [xslt] libxslt/xml2 profiling



On Thu, 13 Dec 2001, ben wrote:

> 
> * is there a way to know where time is spent?
> * can it come from the stylesheets I use (optimization tips are welcome
> ;-)?

Running xsltproc with the --timing flag can give a quick snapshot of the
time spent parsing the doc, parsing the stylesheet and applying the
stylesheet.

Using the --profile flag gives a much more fine-grained look at how much
time is spent where in the stylesheet.

Cheers,

John




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]