Re: Using Gprof with Postgresql

From: Reydan Cankur <reydan(dot)cankur(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Using Gprof with Postgresql
Date: 2009-09-08 12:35:35
Message-ID: 5CE0F779-5F83-4797-BD86-E310A2057C07@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>
> I just compiled it with gcc and produces the gmon.out file for every
> process; by the way I am running below script in order to produce
> readable .out files
>
> gprof .../pgsql/bin/postgres gmon.out > createtable2.out
>
> is postgres the right executable?
>
> regards
> reydan
>
> On Sep 7, 2009, at 8:24 PM, Tom Lane wrote:
>>
>> Well, you could use gcc ... icc claims to support the -pg switch but
>> the above sounds like it just ignores it.
>>
>> regards, tom lane
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Pierre Frédéric Caillaud 2009-09-08 12:44:51 Re: Using Gprof with Postgresql
Previous Message Reydan Cankur 2009-09-08 12:31:53 Re: Using Gprof with Postgresql