Re: [xsl] How to output the start execution time and the end execution time?

Subject: Re: [xsl] How to output the start execution time and the end execution time?
From: "Abel Braaksma (Exselt) abel@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Sep 2014 18:36:18 -0000
> Yeah, many ifs and buts...
> Anyway, if you apply /usr/bin/time on a selection (according to your fancy!)
of input data, running a transformation using one specific XSLT processor
(version) on one particular CPU, you can report those times. And that's it -
at least in my (very conservative) opinion.

Except for the accumulator-approach, which will work cross-processor (provided
you are using an XSLT 3.0 processor).

Cheers,
Abel

Current Thread