xsl-list
[Top] [All Lists]

Re: [xsl] Any students looking for an interesting project?

2013-10-03 08:06:26

On 3 Oct 2013, at 12:30, Michael Sokolov wrote:

One of my colleagues has written a code coverage plugin for Saxon; he calls 
it "tectura."  It counts up the number of times different lines of an XSLT 
file are executed. I think this empirical approach could get you a quick 
answer to the problem without the need for deep analysis.  He has been 
planning to release the package as open source, but I don't think he has done 
that yet -- still I'm sure you could whip something up, and I bet your users 
would appreciate it, too.


The -TP option on the transform command line gives you this, but at the 
granularity of templates/functions, not individual lines of code. It gives the 
timings as well as the counts.

Michael Kay
Saxonica


--~------------------------------------------------------------------
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>
--~--