<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xhprof.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ref.xhprof.php',
    1 => 'Xhprof 函数',
    2 => 'Xhprof 函数',
  ),
  'up' => 
  array (
    0 => 'book.xhprof.php',
    1 => 'Xhprof',
  ),
  'prev' => 
  array (
    0 => 'xhprof.examples.php',
    1 => '示例',
  ),
  'next' => 
  array (
    0 => 'function.xhprof-disable.php',
    1 => 'xhprof_disable',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/xhprof/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.xhprof.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.xhprof" class="reference">
 <h1 class="title">Xhprof 函数</h1>

 

































<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="function.xhprof-disable.php">xhprof_disable</a> — 停止 xhprof 分析器</li><li><a href="function.xhprof-enable.php">xhprof_enable</a> — 启动 xhprof 性能分析器</li><li><a href="function.xhprof-sample-disable.php">xhprof_sample_disable</a> — 停止 xhprof 性能采样分析器</li><li><a href="function.xhprof-sample-enable.php">xhprof_sample_enable</a> — 以采样模式启动 XHProf 性能分析</li></ul>
</div>
<?php manual_footer($setup); ?>