File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010namespace Framework \Language \Debug ;
1111
1212use Framework \Debug \Collector ;
13+ use Framework \Debug \Debugger ;
1314use Framework \Language \Language ;
1415
1516/**
@@ -86,7 +87,7 @@ protected function renderRenderedMessages() : string
8687 <th>Line</th>
8788 <th>Message</th>
8889 <th>Locale</th>
89- <th title="Seconds ">Time</th>
90+ <th title="Milliseconds ">Time</th>
9091 </tr>
9192 </thead>
9293 <tbody>
@@ -99,7 +100,7 @@ protected function renderRenderedMessages() : string
99100 <pre><code class="language-html"><?= \htmlentities ($ data ['message ' ]) ?> </code></pre>
100101 </td>
101102 <td><?= \htmlentities ($ data ['locale ' ]) ?> </td>
102- <td><?= \round ($ data ['end ' ] - $ data ['start ' ], 6 ) ?> </td>
103+ <td><?= Debugger:: roundSecondsToMilliseconds ($ data ['end ' ] - $ data ['start ' ]) ?> </td>
103104 </tr>
104105 <?php endforeach ?>
105106 </tbody>
You can’t perform that action at this time.
0 commit comments