$args_link=$has_args?'<a href="javascript:$Debugger.ToggleTraceArgs(\''.$argsID.'\');" title="Show/Hide Function Arguments"><b>Function</b></a>':'<b>Function</b>';
// whitespace in the beginning of the regex is to avoid splitting inside words, for exmaple "FROM int_ConfigurationValues" into "FROM intConfiguration\n\tValues"
// included file profiling was enabled -> show totals
$this->appendHTML('<b>Included Files Total time:</b> '.$this->ProfilerTotals['includes'].' Number of includes: '.$this->ProfilerTotalCount['includes']);
}
if($this->constOn('DBG_PROFILE_MEMORY')){
// detailed memory usage reporting by objects was enabled -> show totals
$this->appendHTML('<b>Memory used by Objects:</b> '.round($this->ProfilerTotals['objects']/1024,2).'Kb');
var $Debugger = new Debugger(<?phpecho"'".$this->rowSeparator."', ".$this->getProfilerTotal('error_handling').', '.($this->IsFatalError?'true':'false').', '.$this->getProfilerTotal('sql');?>);