You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Bruce Krautbauer <br...@medtronic.com> on 2002/06/25 17:31:56 UTC

RE: negative time with Profiling on 2.1-Dev (was NPE withProfiling on 2.1-Dev)

Good call!  I swapped the i18n and writeDOMsession transformers and now the writeDOMsession is taking negative time.

<?xml version="1.0" encoding="UTF-8" ?>
<profilerinfo date="Jun 25, 2002 10:27:43 AM" xmlns="http://apache.org/cocoon/profiler/1.0">
	<pipeline uri="7274/default/QuickLook/htmlprog" count="1" time="10445">
		<average time="10445">
			<element role="file" source="stylesheets/devices/7274/QuickLook/page.xml" time="3285" />
			<element role="xslt" source="stylesheets/page.xslt" time="5989" />
			<element role="xslt" source="stylesheets/page2pages.xslt" time="1171" />
			<element role="writeDOMsession" time="-971" />
			<element role="i18n" time="491" />
			<element role="xslt" source="stylesheets/rootwrap.xslt" time="170" />
			<element role="xslt" source="stylesheets/devices/7274/QuickLook/htmlprog.xslt" time="190" />
			<element role="i18n" time="30" />
			<element role="org.apache.cocoon.serialization.HTMLSerializer" time="90" />
		</average>
		<result time="10445">
			<element role="file" source="stylesheets/devices/7274/QuickLook/page.xml" time="3285" />
			<element role="xslt" source="stylesheets/page.xslt" time="5989" />
			<element role="xslt" source="stylesheets/page2pages.xslt" time="1171" />
			<element role="writeDOMsession" time="-971" />
			<element role="i18n" time="491" />
			<element role="xslt" source="stylesheets/rootwrap.xslt" time="170" />
			<element role="xslt" source="stylesheets/devices/7274/QuickLook/htmlprog.xslt" time="190" />
			<element role="i18n" time="30" />
			<element role="org.apache.cocoon.serialization.HTMLSerializer" time="90" />
		</result>
	</pipeline>
</profilerinfo>

????

>>> bloritsch@apache.org 06/25/02 10:17AM >>>
> From: Bruce Krautbauer [mailto:bruce.krautbauer@medtronic.com] 
> 
> Hi Carsten, thanks for the fix, it works now.  This is a very 
> nice feature!
> 
> Now for the next issue.  For some reason I am getting 
> negative time for the i18n transformer in my pipeline.  Here 
> is the xml that is returned:

What if you changed the position of the i18n transformer with one
of the subsequent XSLT positions?  I just want to see if the
negative value is for the third position or if it follows the
i18n transformer.


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>