You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2005/09/12 09:46:55 UTC

svn commit: r280282 - /cocoon/branches/BRANCH_2_1_X/src/blocks/profiler/samples/profile2html.xsl

Author: crossley
Date: Mon Sep 12 00:46:53 2005
New Revision: 280282

URL: http://svn.apache.org/viewcvs?rev=280282&view=rev
Log:
Explain the results table.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/profiler/samples/profile2html.xsl

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/profiler/samples/profile2html.xsl
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/profiler/samples/profile2html.xsl?rev=280282&r1=280281&r2=280282&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/profiler/samples/profile2html.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/profiler/samples/profile2html.xsl Mon Sep 12 00:46:53 2005
@@ -48,8 +48,16 @@
   </xsl:template>
 
   <xsl:template match="profile:profilerinfo" mode="pipelines">
-    Sort results by <a href="?sort=uri">uri</a>,
-    <a href="?sort=count">count</a>, <a href="?sort=time">time</a>.
+    <p>
+      Sort results by <a href="?sort=uri">uri</a>,
+      <a href="?sort=count">count</a>, <a href="?sort=time">time</a>.
+    </p>
+    <p>
+      Start at the section which matches the original request, then follow the
+      processing. The right-hand columns are the times (in milliseconds) for 
+      each occasion that a component was processed. The far right column is
+      the initial occasion.
+    </p>
 
     <table noshade="noshade" border="0" cellspacing="1" cellpadding="0">
       <xsl:choose>