Re: [PERFORM] Using Gprof with Postgresql

2009-09-08 Thread Reydan Cankur
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,

Re: [PERFORM] Using Gprof with Postgresql

2009-09-08 Thread Reydan Cankur
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

Re: [PERFORM] Using Gprof with Postgresql

2009-09-08 Thread Pierre Frédéric Caillau d
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 Off topic, but

Re: [PERFORM] Using Gprof with Postgresql

2009-09-08 Thread Craig James
Pierre Frédéric Caillaud wrote: 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

[PERFORM] Using Gprof with Postgresql

2009-09-07 Thread Reydan Cankur
Hi All, 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

Re: [PERFORM] Using Gprof with Postgresql

2009-09-07 Thread Grzegorz Jaśkiewicz
postgresql was faster than the files ;) (sorry, I just couldn't resist). -- Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance

Re: [PERFORM] Using Gprof with Postgresql

2009-09-07 Thread Jeff Janes
On Mon, Sep 7, 2009 at 8:11 AM, Reydan Cankur reydan.can...@gmail.comwrote: Hi All, 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

Re: [PERFORM] Using Gprof with Postgresql

2009-09-07 Thread Tom Lane
Reydan Cankur reydan.can...@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);