<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.xhprof.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.xhprof-sample-enable.php',
    1 => 'xhprof_sample_enable',
    2 => 'Start XHProf profiling in sampling mode',
  ),
  'up' => 
  array (
    0 => 'ref.xhprof.php',
    1 => 'Xhprof İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.xhprof-sample-disable.php',
    1 => 'xhprof_sample_disable',
  ),
  'next' => 
  array (
    0 => 'book.yac.php',
    1 => 'Yac',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xhprof/functions/xhprof-sample-enable.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.xhprof-sample-enable" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">xhprof_sample_enable</h1>
  <p class="verinfo">(PECL xhprof &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">xhprof_sample_enable</span> &mdash; <span class="dc-title">Start XHProf profiling in sampling mode</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.xhprof-sample-enable-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>xhprof_sample_enable</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   Starts profiling in sample mode, which is a lighter weight version
   of <span class="function"><a href="function.xhprof-enable.php" class="function">xhprof_enable()</a></span>. The sampling interval is
   0.1 seconds, and samples record the full function call stack. The
   main use case is when lower overhead is required when doing
   performance monitoring and diagnostics.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.xhprof-sample-enable-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.xhprof-sample-enable-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.xhprof-sample-enable-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.xhprof-sample-disable.php" class="function" rel="rdfs-seeAlso">xhprof_sample_disable()</a> - Stops xhprof sample profiler</span></li>
   <li><span class="function"><a href="function.xhprof-enable.php" class="function" rel="rdfs-seeAlso">xhprof_enable()</a> - Start xhprof profiler</span></li>
   <li><span class="function"><a href="function.memory-get-usage.php" class="function" rel="rdfs-seeAlso">memory_get_usage()</a> - PHP'ye ayrılan belleğin miktarını d&ouml;nd&uuml;r&uuml;r</span></li>
   <li><span class="function"><a href="function.getrusage.php" class="function" rel="rdfs-seeAlso">getrusage()</a> - Ge&ccedil;erli &ouml;zkaynak kullanımlarını d&ouml;nd&uuml;r&uuml;r</span></li>
  </ul>
 </div>

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