Re: [xsl] Recording start and end time of processing (in pipeline)

Subject: Re: [xsl] Recording start and end time of processing (in pipeline)
From: Liam R E Quin <liam@xxxxxx>
Date: Thu, 29 Apr 2010 16:06:13 -0400
On Thu, 2010-04-29 at 20:18 +0100, Fabre Lambeau wrote:
> I have a quite complex XSLT sheet that processes some large amount data.
> I'd like to record the start and end processing times in the output, so
> that I can do rudimentary profiling of the work done.

Some XSLT engines can generate timing/profiling data.

It's also possible to use xslt:message to print something,
and to run that through a program that adds a timestamp to
each line of input.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org

Current Thread