예제 #1
0
 /**
  * Retrieve the list of timer ids from timer statistics object.
  *
  * Timer ids will be ordered and filtered by thresholds and filter pattern.
  *
  * @param Magento_Profiler_Driver_Standard_Stat $stat
  * @return array
  */
 protected function _getTimerIds(Magento_Profiler_Driver_Standard_Stat $stat)
 {
     return $stat->getFilteredTimerIds($this->_thresholds, $this->_filterPattern);
 }