• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/classes/general/component.php
  • Класс: CPerfomanceComponent
  • Вызов: CPerfomanceComponent::Clear
static function Clear()
{
	global $DB;
	return $DB->Query("TRUNCATE TABLE b_perf_component");
}