Skip to content

Commit

Permalink
Show time as milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jan 5, 2025
1 parent e957581 commit 736bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Debug/HTTPCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ protected function renderResponse() : string
}
} ?>
<p>
<strong>Time Sending:</strong> <?= \round($info['end'] - $info['start'], 6) ?> seconds
<strong>Time Sending:</strong> <?= Debugger::roundSecondsToMilliseconds($info['end'] - $info['start']) ?> ms
</p>
<?php
endif;
Expand Down

0 comments on commit 736bfcf

Please sign in to comment.