xsl-list
[Top] [All Lists]

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

2010-04-29 15:06:32
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--