• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/classes/general/measure.php
  • Класс: CPerfAccel
  • Вызов: CPerfAccel::__construct
function __construct($enabled, $cache_ttl, $max_file_size, $check_mtime, $memory_total, $memory_used, $cache_limit = -1)
{
	$this->enabled = $enabled;
	$this->cache_ttl = $cache_ttl;
	$this->max_file_size = $max_file_size;
	$this->check_mtime = $check_mtime;
	$this->memory_total = $memory_total;
	$this->memory_used = $memory_used;
	$this->cache_limit = $cache_limit;
}