47 if (!empty(
$config[
'filterPattern'])) {
50 if (!empty(
$config[
'thresholds']) && is_array(
$config[
'thresholds'])) {
51 foreach (
$config[
'thresholds'] as $fetchKey => $minAllowedValue) {
65 $this->_filterPattern = $filterPattern;
89 if ($minAllowedValue ===
null) {
90 unset($this->_thresholds[$fetchKey]);
92 $this->_thresholds[$fetchKey] = $minAllowedValue;
115 switch ($columnKey) {
148 'Code Profiler (Memory usage: real - %s, emalloc - %s)',
__construct(array $config=null)
getFilteredTimerIds(array $thresholds=null, $filterPattern=null)
_renderColumnValue($value, $columnKey)
setFilterPattern($filterPattern)
setThreshold($fetchKey, $minAllowedValue)