📄 profiler.xmap
字号:
<?xml version="1.0"?>
<!-- ===============================================
'profiler' pipeline. Shows how long each pipeline in the Forrest sitemap takes.
To enable this, uncomment the 'profile-caching' pipeline in sitemap.xmap, and set:
<map:pipes default="profile-caching">
Example URL: http://localhost:8888/profiler
Used by : Forrest hackers desperate for speed
Uses : Stats collected by the profile-caching pipeline.
$Revision: 1.8 $
==================================================== -->
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:components>
<map:generators default="file">
<map:generator name="profiler" src="org.apache.cocoon.generation.ProfilerGenerator"/>
</map:generators>
<map:serializers default="html"/>
<map:transformers default="xslt"/>
<map:matchers default="wildcard"/>
</map:components>
<map:pipelines>
<map:pipeline>
<map:match pattern="profiler">
<map:generate type="profiler"/>
<map:transform src="resources/stylesheets/profile2page.xsl">
<map:parameter name="use-request-parameters" value="true"/>
</map:transform>
<map:transform src="resources/stylesheets/page2html.xsl">
<map:parameter name="contextPath" value="{request:contextPath}"/>
</map:transform>
<map:serialize/>
</map:match>
</map:pipeline>
</map:pipelines>
</map:sitemap>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -