<plugin name='profile-template' version='0.1' grailsVersion='1.3.2 &gt; *'>
  <author>Alexandre Masselot</author>
  <authorEmail>alexandre.masselot@gmail.com</authorEmail>
  <title>A template profiler</title>
  <description>A complex grails page if often a cascade of templates rendering, nested in each others.
	Optimizing page views starts with profiling which template takes time and which template is called by which one.
	&lt;p/&gt;
	We offer a capture mechanism of all &lt;g:render template="..."&gt; calls and several rendering: call stack, template time summary, and a visual display of the call graph
	&lt;p/&gt;
	Documentation and examples can be found on &lt;a href="http://alexandre-masselot.blogspot.com/2011/09/grails-template-rendering-profiler.html"&gt;http://alexandre-masselot.blogspot.com/2011/09/grails-template-rendering-profiler.html&lt;/a&gt; 
</description>
  <documentation>http://alexandre-masselot.blogspot.com/2011/09/grails-template-rendering-profiler.html</documentation>
  <resources>
    <resource>BuildConfig</resource>
    <resource>Config</resource>
    <resource>DataSource</resource>
    <resource>UrlMappings</resource>
    <resource>profile.template.ProfileTemplateReportController</resource>
    <resource>profile.template.ProfileTemplateService</resource>
    <resource>profile.template.ProfileTemplateTagLib</resource>
  </resources>
  <dependencies />
  <behavior>
    <method name='invokeMethod' artefact='Codec' type='org.codehaus.groovy.grails.web.pages.GroovyPageWritable'>
      <description />
      <argument type='java.lang.Object' />
      <argument type='java.lang.Object' />
    </method>
  </behavior>
</plugin>