28 static public function peakMemoryUsage() {
29 $peakUsage = memory_get_peak_usage(TRUE);
31 if (is_double($memoryLimit) && $memoryLimit != 0) {
32 if ($peakUsage / $memoryLimit >= 0.9) {
40 $registry->set(
'core',
'reports-peakMemoryUsage', $data);
static getIndpEnv($getEnvName)
static makeInstance($className)
static getBytesFromSizeMeasurement($measurement)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]