Skip to content

Instantly share code, notes, and snippets.

@konratnox
Created May 8, 2019 13:10
Show Gist options
  • Save konratnox/d4f0a39268429cd8477a963bc9fc86f3 to your computer and use it in GitHub Desktop.
Save konratnox/d4f0a39268429cd8477a963bc9fc86f3 to your computer and use it in GitHub Desktop.
$data = \Bitrix\Main\Diag\Helper::getBackTrace($limit = 0, $options = null);
\Bitrix\Main\Diag\Debug::dumpToFile(array('ID' => $id, 'fields'=>$data ),"", "dumpClean.txt");
Bitrix\Main\Diag\Debug::startTimeLabel("label1");
Bitrix\Main\Diag\Debug::endTimeLabel("label1");
Bitrix\Main\Diag\Debug::dump(Bitrix\Main\Diag\Debug::getTimeLabels());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment