mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-24 08:52:18 +01:00
46 lines
1.2 KiB
XML
46 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<chapter xml:id="xhprof.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="xhprof.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Although not required, xhprof includes an interface that's written in PHP.
|
|
It's used to save and display the profiled data in a usable way, where viewing
|
|
is done via a web browser. So, a PHP enabled web server will likely make the
|
|
xhprof experience more useful.
|
|
</para>
|
|
<para>
|
|
There's also a fork of the GUI interface at
|
|
<link xlink:href="&url.xhprof.gui.fork1;">&url.xhprof.gui.fork1;</link>
|
|
</para>
|
|
</section>
|
|
|
|
&reference.xhprof.configure;
|
|
&reference.xhprof.ini;
|
|
|
|
</chapter>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|