Re: Using Gprof with Postgresql - Mailing list pgsql-performance

From Tom Lane
Subject Re: Using Gprof with Postgresql
Date
Msg-id 7864.1252344298@sss.pgh.pa.us
Whole thread Raw
In response to Using Gprof with Postgresql  (Reydan Cankur <reydan.cankur@gmail.com>)
Responses Re: Using Gprof with Postgresql  (Reydan Cankur <reydan.cankur@gmail.com>)
List pgsql-performance
Reydan Cankur <reydan.cankur@gmail.com> writes:
> I compile PostgreSQL-8.4.0 with icc and --enable profiling option. I
> ran command psql and create table and make a select then I quit psql
> and go to .../data/gprof folder there are some folders named with
> numbers (I think they are query ids); all of them are empty. How can I
> solve this issue?

Well, you could use gcc ... icc claims to support the -pg switch but
the above sounds like it just ignores it.

            regards, tom lane

pgsql-performance by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Using Gprof with Postgresql
Next
From: "Fernando Hevia"
Date:
Subject: Re: Planner question - "bit" data types