Performance Profiling

Total processing time: ; Peak memory: .

$dataProvider, 'id' => 'profile-panel-detailed-grid', 'filterModel' => $searchModel, 'filterUrl' => $panel->getUrl(), 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'duration', 'value' => function ($data) { return sprintf('%.1f ms',$data['duration']); }, ], 'category', [ 'attribute' => 'info', 'value' => function ($data) { return str_repeat('', $data['level']) . $data['info']; }, 'options' => [ 'width' => '60%', ], ], ], ]); ?>