mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 00:54:53 +08:00
Merge pull request #1781 from Ragazzo/profiling_panel_fix
timings fixed
This commit is contained in:
@@ -80,7 +80,7 @@ class ProfilingPanel extends Panel
|
||||
'category' => $profileTiming['category'],
|
||||
'info' => $profileTiming['info'],
|
||||
'level' => $profileTiming['level'],
|
||||
'timestamp' => $profileTiming['timestamp'],
|
||||
'timestamp' => $profileTiming['timestamp'] * 1000, //in milliseconds
|
||||
'seq' => $seq,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user