Skip to content

Commit

Permalink
Fix time
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchelo committed Oct 17, 2015
1 parent 5cafef7 commit 28dedf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function execute($code)

// Extend the profile
$this->addProfile([
'time' => round(($endTime - $startTime) * 10000, 3),
'time' => round(($endTime - $startTime) * 1000, 2),
'output' => $output,
'output_size' => strlen($output),
]);
Expand Down

0 comments on commit 28dedf5

Please sign in to comment.