Project

General

Profile

Bug #22085 » 13471_02_example.diff

Administrator Admin, 2010-04-17 19:05

View differences:

typo3/class.db_list.inc (working copy)
var $modTSconfig; // module configuratio
public function __construct() {
require_once(t3lib_extMgm::extPath('phpqp') . 'pqp/classes/PhpQuickProfiler.php');
$this->profiler = t3lib_div::makeInstance('PhpQuickProfiler', PhpQuickProfiler::getMicroTime(), '/' . t3lib_extMgm::siteRelPath('phpqp') . 'pqp/');
}
public function __destruct() {
$this->profiler->display();
}
/**
* Initializes the list generation
*
(5-5/8)