Files
doc-fr/reference/hrtime/book.xml
2021-06-13 23:56:49 +01:00

56 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->
<book xml:id="book.hrtime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
<title>Gestion du temps à haute résolution</title>
<titleabbrev>HRTime</titleabbrev>
<preface xml:id="intro.hrtime">
&reftitle.intro;
<para>
L'extension HRTime implémente une classe StopWatch de haute résolution.
Elle utilise la meilleure des APIs sur les différentes plateformes, qui
fournira une résolution à la nanoseconde. Il est également possible
d'implémenter un chronomètre personnalisé en utilisant les ticks de bas
niveau, délivrés par les APIs sous-jacentes.
</para>
<note>
<simpara>
À partir de PHP 7.3.0 la fonction relié <function>hrtime</function> fait partie
du cœur.
</simpara>
</note>
</preface>
&reference.hrtime.setup;
&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
-->