Skip to content

Commit 736bfcf

Browse files
committed
Show time as milliseconds
1 parent e957581 commit 736bfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debug/HTTPCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ protected function renderResponse() : string
238238
}
239239
} ?>
240240
<p>
241-
<strong>Time Sending:</strong> <?= \round($info['end'] - $info['start'], 6) ?> seconds
241+
<strong>Time Sending:</strong> <?= Debugger::roundSecondsToMilliseconds($info['end'] - $info['start']) ?> ms
242242
</p>
243243
<?php
244244
endif;

0 commit comments

Comments
 (0)