JProfiler
From Joomla! Documentation
Note
Please note that the content on this page is currently incomplete. Please treat it as a work in progress.
- This article was last edited by Artyom (talk| contribs) 4 years ago. (Purge)
JProfiler is a class for performance analysis of your code. It allows to trace:
- execution time of a particular code part;
- memory amount used by your script at a specific program point.
Defined in
/joomla/error/profiler.php
Importing
jimport( 'joomla.error.profiler' );