Files
prestashop/tools/profiling/templates/links.tpl
2026-04-09 18:31:51 +02:00

29 lines
609 B
Smarty

{**
* For the full copyright and license information, please view the
* docs/licenses/LICENSE.txt file that was distributed with this source code.
*}
<div id="profiling-links">
<span>Profiling</span>
<ol>
<li>
<a href="#summary">Summary</a>
</li>
<li>
<a href="#stopwatch">Stopwatch SQL</a>
</li>
<li>
<a href="#doubles">Doubles</a>
</li>
<li>
<a href="#tables">Tables stress</a>
</li>
<li>
<a href="#objectModels">ObjectModel instances</a>
</li>
<li>
<a href="#includedFiles">Included Files</a>
</li>
</ol>
</div>