[Zope-Checkins] CVS: Zope2 - profile.dtml:1.3.6.1
Brian Lloyd
brian@digicool.com
Wed, 11 Apr 2001 13:48:15 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/App/dtml
In directory korak:/home/brian/temp/zope-23-branch/lib/python/App/dtml
Modified Files:
Tag: zope-2_3-branch
profile.dtml
Log Message:
Added link to python profiler docs
--- Updated File profile.dtml in package Zope2 --
--- profile.dtml 2001/01/09 19:20:08 1.3
+++ profile.dtml 2001/04/11 17:48:14 1.3.6.1
@@ -5,6 +5,12 @@
limit="REQUEST.get('limit', 100)"
stats="manage_profile_stats(sort, limit)">
<dtml-if stats>
+<p class="form-help">
+Profiling information is generated using the standard Python
+profiler. To learn how to interpret the profiler statistics,
+see the <a href="http://www.python.org/doc/current/lib/module-profile.html">
+Python profiler documentation</a>.
+</p>
<br />
<form action="<dtml-var URL>" method="POST">
<table>