Commit 5717e811 by Mark

timings fixed

parent 3f599f6f
...@@ -80,7 +80,7 @@ class ProfilingPanel extends Panel ...@@ -80,7 +80,7 @@ class ProfilingPanel extends Panel
'category' => $profileTiming['category'], 'category' => $profileTiming['category'],
'info' => $profileTiming['info'], 'info' => $profileTiming['info'],
'level' => $profileTiming['level'], 'level' => $profileTiming['level'],
'timestamp' => $profileTiming['timestamp'], 'timestamp' => $profileTiming['timestamp'] * 1000, //in milliseconds
'seq' => $seq, '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