I have a variable that holds the results of a transform()
<xsl:variable name="wqml" select="transform(map{'stylesheet-location':$xsl, 'source-node':$xml})?output"/>
When tracing this XSLT in Saxon, there is a "variable wqml" row that shows the total time. Is a way for the analysis to also break down the time spent within the transform?