<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.hrtime.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'class.hrtime-performancecounter.php',
    1 => 'HRTime\\PerformanceCounter',
    2 => 'The HRTime\\PerformanceCounter class',
  ),
  'up' => 
  array (
    0 => 'book.hrtime.php',
    1 => 'HRTime',
  ),
  'prev' => 
  array (
    0 => 'hrtime.example.basic.php',
    1 => 'Basic usage',
  ),
  'next' => 
  array (
    0 => 'hrtime-performancecounter.getfrequency.php',
    1 => 'HRTime\\PerformanceCounter::getFrequency',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hrtime/hrtime.performancecounter.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.hrtime-performancecounter.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.hrtime-performancecounter" class="reference">

 <h1 class="title">The HRTime\PerformanceCounter class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL hrtime &gt;= 0.4.3)</p>


  <div class="section" id="hrtime-performancecounter.intro">
   <h2 class="title">Вступ</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="hrtime-performancecounter.synopsis">
   <h2 class="title">Короткий огляд класу</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">HRTime\PerformanceCounter</strong>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Методи */</div>
    <div class="methodsynopsis dc-description">
      <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="hrtime-performancecounter.getfrequency.php" class="methodname">getFrequency</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="hrtime-performancecounter.getticks.php" class="methodname">getTicks</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="hrtime-performancecounter.gettickssince.php" class="methodname">getTicksSince</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$start</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

   }</div>


  </div>

 </div>

 





















<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="hrtime-performancecounter.getfrequency.php">HRTime\PerformanceCounter::getFrequency</a> — Timer frequency in ticks per second</li><li><a href="hrtime-performancecounter.getticks.php">HRTime\PerformanceCounter::getTicks</a> — Current ticks from the system</li><li><a href="hrtime-performancecounter.gettickssince.php">HRTime\PerformanceCounter::getTicksSince</a> — Ticks elapsed since the given value</li></ul>
</div>
<?php manual_footer($setup); ?>