<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'book.xhprof.php',
    1 => 'Xhprof',
  ),
  'up' => 
  array (
    0 => 'refs.basic.php.php',
    1 => 'Affecting PHP\'s Behaviour',
  ),
  'prev' => 
  array (
    0 => 'wincache.win32build.verify.php',
    1 => 'Verifying the build',
  ),
  'next' => 
  array (
    0 => 'intro.xhprof.php',
    1 => 'Introduction',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xhprof/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.xhprof.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.xhprof" class="book">
 
 <h1 class="title">Hierarchical Profiler</h1>
 

 

 






 






 






 







<ul class="chunklist chunklist_book"><li><a href="intro.xhprof.php">Introduction</a></li><li><a href="xhprof.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xhprof.requirements.php">Requirements</a></li><li><a href="xhprof.installation.php">Installation</a></li><li><a href="xhprof.configuration.php">Runtime Configuration</a></li></ul></li><li><a href="xhprof.constants.php">Predefined Constants</a></li><li><a href="xhprof.examples.php">Examples</a></li><li><a href="ref.xhprof.php">Xhprof Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.xhprof-disable.php">xhprof_disable</a> — Stops xhprof profiler</li><li><a href="function.xhprof-enable.php">xhprof_enable</a> — Start xhprof profiler</li><li><a href="function.xhprof-sample-disable.php">xhprof_sample_disable</a> — Stops xhprof sample profiler</li><li><a href="function.xhprof-sample-enable.php">xhprof_sample_enable</a> — Start XHProf profiling in sampling mode</li></ul></li></ul></div><?php manual_footer($setup); ?>