Commit af8b0c0b authored by 's avatar

Added link to Python profiler docs

parent a8aea185
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment