Re: Using Gprof with Postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Reydan Cankur <reydan(dot)cankur(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Using Gprof with Postgresql
Date: 2009-09-07 17:24:58
Message-ID: 7864.1252344298@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Reydan Cankur <reydan(dot)cankur(at)gmail(dot)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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Fernando Hevia 2009-09-07 19:33:53 Re: Planner question - "bit" data types
Previous Message Jeff Janes 2009-09-07 17:18:31 Re: Using Gprof with Postgresql