1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-23 23:12:09 +01:00
Files
archived-doc-es/reference/hrtime/book.xml
2026-01-18 22:44:52 +00:00

53 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 3e7e14916c28630bce69e65f539d27bb96a90066 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: yes -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.hrtime">
<?phpdoc extension-membership="bundled" ?>
<title>Gestión del tiempo de alta resolución</title>
<titleabbrev>HRTime</titleabbrev>
<preface xml:id="intro.hrtime">
&reftitle.intro;
<simpara>
La extensión HRTime implementa una clase StopWatch de alta resolución.
Utiliza la mejor de las APIs en las diferentes plataformas, que
proporcionará una resolución a la nanosegundo. Asimismo, es posible
implementar un cronómetro personalizado utilizando los ticks de bajo
nivel, entregados por las APIs subyacentes.
</simpara>
<note>
<simpara>
A partir de PHP 7.3.0 la función relacionada <function>hrtime</function> forma
parte del núcleo.
</simpara>
</note>
</preface>
&reference.hrtime.examples;
&reference.hrtime.hrtime.performancecounter;
&reference.hrtime.hrtime.stopwatch;
&reference.hrtime.hrtime.unit;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->