svn: /phpdoc/ja/trunk/reference/ datetime/functions/microtime.xml misc/functions/hrtime.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 20 Feb 2020 11:00:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349242
Log:
Fix #79284: mention htrime on page microtime
Bug: https://bugs.php.net/79284 (Closed) mention htrime on page microtime
Changed paths:
U phpdoc/ja/trunk/reference/datetime/functions/microtime.xml
U phpdoc/ja/trunk/reference/misc/functions/hrtime.xml
Modified: phpdoc/ja/trunk/reference/datetime/functions/microtime.xml
===================================================================
--- phpdoc/ja/trunk/reference/datetime/functions/microtime.xml 2020-02-20 09:17:41 UTC (rev 349241)
+++ phpdoc/ja/trunk/reference/datetime/functions/microtime.xml 2020-02-20 11:00:26 UTC (rev 349242)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 349239 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.microtime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>microtime</refname>
@@ -22,6 +22,9 @@
この関数は、gettimeofday() システムコールをサポートする
オペレーティングシステムでのみ使用できます。
</para>
+ <para>
+ パフォーマンスの計測には、<function>hrtime</function> を使うことをお勧めします。
+ </para>
</refsect1>
<refsect1 role="parameters">
@@ -129,6 +132,7 @@
<para>
<simplelist>
<member><function>time</function></member>
+ <member><function>hrtime</function></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/ja/trunk/reference/misc/functions/hrtime.xml
===================================================================
--- phpdoc/ja/trunk/reference/misc/functions/hrtime.xml 2020-02-20 09:17:41 UTC (rev 349241)
+++ phpdoc/ja/trunk/reference/misc/functions/hrtime.xml 2020-02-20 11:00:26 UTC (rev 349242)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346582 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349239 Maintainer: mumumu Status: ready -->
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.hrtime">
<refnamediv>
<refname>hrtime</refname>
@@ -76,7 +76,8 @@
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
- <member>The <link linkend="book.hrtime">High resolution timing</link> 拡張機能</member>
+ <member><link linkend="book.hrtime">High resolution timing</link> 拡張機能</member>
+ <member><function>microtime</function></member>
</simplelist>
</refsect1>