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:
committed by
GitHub
parent
7da0f9995a
commit
78cfb58c46
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user