mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add configure --enable-profiling to enable GCC profiling. Patches from
Korry Douglas and Nikhil S
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.284 2007/02/19 18:57:18 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.285 2007/02/21 15:12:39 momjian Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||
@@ -1040,6 +1040,18 @@ su - postgres
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--enable-profiling</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If using GCC, all programs and libraries are compiled so they
|
||||
can be profiled. On backend exit, a subdirectory will be created
|
||||
that contains the <filename>gmon.out</> file for use in profiling.
|
||||
This option is for use only with GCC and when doing development work.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--enable-cassert</option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user