The profile generator creates xml from the current profiler
measurement
results of cocoon.
The information is surrounded by the root element
profilerinfo
and grouped with the elements pipeline
,
average
, result
and
element
.
The profilerinfo
element has the attribute
date
.
The pipeline
element has the attributes
uri
, count
and time
.
The average
element has the attribute
time
.
The element
element has the attributes
role
, source
and time
.
A pipeline
summarizes profile information of a
pipeline
as specified in the sitemap
.
Each pipeline
element consists of
an average
, and a result
element.
The average
element describes the average time
values,
whereas the result
element describes each pipeline
processing.
The element
element describes the timing values
for each stage of
the pipeline processing.
All elements have the namespace
http://apache.org/cocoon/profiler/1.0
.
- Name : profile
- Class:
org.apache.cocoon.components.profiler.ProfilerGenerator
- Cacheable: no.
 |  |  |
 | Configuraton of cocoon.xconf |  |
 |  |  |
 |  |  |
 | Configuration sitemap.xmap |  |
 |  |  |
You may try http://localhost/cocoon/profile
several times.