1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Add information on different duration scales that can be logged by FPM (#1860)

This commit is contained in:
Christian Daguerre
2024-09-21 23:57:01 +02:00
committed by GitHub
parent 7da0f9995a
commit 78cfb58c46

View File

@@ -813,7 +813,11 @@
<entry>
<literal>%d</literal>
</entry>
<entry>duration µs</entry>
<entry>
duration. accepts following formats for precision:
<literal>%{seconds}d</literal> (default), <literal>%{milliseconds}d</literal>,
<literal>%{microseconds}d</literal>.
</entry>
</row>
<row>
<entry>