'#debug-timeline-search',
'linkSelector' => false,
'options' => ['id' => 'debug-timeline-panel__pjax']
]); ?>
models) === []): ?>
No results found.
$model): ?>
0) ? '+' : '-') . sprintf('%.3f',
$model['memoryDiff'] / 1048576) . '""';
}
$memory = ' /
' . sprintf('%.2f',
$model['memory'] / 1048576) . ' MB';
}
?>
= Html::tag('a', '
' . Html::encode($model['category']) . ' ' . sprintf('%.1f ms',
$model['duration']) . '' . $memory . '', [
'tabindex' => $key + 1,
'title' => $model['info'],
'class' => $dataProvider->getCssClass($model),
'style' => 'background-color: ' . $model['css']['color'] . ';margin-left:' . StringHelper::normalizeNumber($model['css']['left'] . '%;width:' . $model['css']['width']) . '%',
'data-memory' => $dataProvider->getMemory($model)
]); ?>