<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.hrtime-performancecounter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'hrtime-performancecounter.gettickssince.php',
    1 => 'HRTime\\PerformanceCounter::getTicksSince',
    2 => 'Ticks elapsed since the given value',
  ),
  'up' => 
  array (
    0 => 'class.hrtime-performancecounter.php',
    1 => 'HRTime\\PerformanceCounter',
  ),
  'prev' => 
  array (
    0 => 'hrtime-performancecounter.getticks.php',
    1 => 'HRTime\\PerformanceCounter::getTicks',
  ),
  'next' => 
  array (
    0 => 'class.hrtime-stopwatch.php',
    1 => 'HRTime\\StopWatch',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hrtime/hrtime-performancecounter/gettickssince.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="hrtime-performancecounter.gettickssince" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HRTime\PerformanceCounter::getTicksSince</h1>
  <p class="verinfo">(PECL hrtime &gt;= 0.6.0)</p><p class="refpurpose"><span class="refname">HRTime\PerformanceCounter::getTicksSince</span> &mdash; <span class="dc-title">Ticks elapsed since the given value</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-hrtime-performancecounter.gettickssince-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>HRTime\PerformanceCounter::getTicksSince</strong></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>

  <p class="simpara">
Returns the ticks count elapsed since the given start value.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-hrtime-performancecounter.gettickssince-parameters">
  <h3 class="title">Elenco dei parametri</h3>
   <dl>
    
     <dt><code class="parameter">start</code></dt>
      <dd>
       <span class="simpara">
        Starting ticks value.
       </span>
      </dd>
    
   </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-hrtime-performancecounter.gettickssince-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
  Returns <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> indicating the ticks count.
  </p>
 </div>



</div><?php manual_footer($setup); ?>