Commit 9411429d by Alexander Makarov

Merge pull request #1781 from Ragazzo/profiling_panel_fix

timings fixed
parents 3f599f6f 5717e811
......@@ -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,
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment