Date: 2005-03-15T05:49:06
Editor: NicoVerwer
Wiki: Cocoon Wiki
Page: ProfilingPipelinesWithBigSaxEventStreams
URL: http://wiki.apache.org/cocoon/ProfilingPipelinesWithBigSaxEventStreams
no comment
Change Log:
------------------------------------------------------------------------------
@@ -55,7 +55,7 @@
The `LOWProfilerTransformer` measures the time between calls to its `setup()`
and `endDocument()` methods, which is an indication of the time spent in the
pipeline. As a bonus, `LOWProfilerTransformer` also attempts to measure the
amount of heap memory used by the JVM. This works most reliable if you restart
the Cocoon servlet before each call to the pipeline.
The LOWProfiler results can be read with the `LOWProfilerGenerator` (see
attachment). This yields the result in a format which is very similar to what
is generated by the standard `ProfilerGenerator`, without data for the
individual pipeline components.
-An exampl eoutput is:
+An example output is:
{{{
<profiler:profilerinfo xmlns:profiler="http://apache.org/cocoon/profiler/1.0"