Re: Using Gprof with Postgresql

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Using Gprof with Postgresql
Дата
Msg-id f67928030909071018s60b8e5d0gf8aff09363bc3e99@mail.gmail.com
обсуждение исходный текст
Ответ на Using Gprof with Postgresql  (Reydan Cankur <reydan.cankur@gmail.com>)
Список pgsql-performance
On Mon, Sep 7, 2009 at 8:11 AM, Reydan Cankur <reydan.cankur@gmail.com> wrote:
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);


They are the process ids (PIDs) of the backend processes.

 
all of them are empty. How can I solve this issue?


Does your compiler work for profiling in general?  Can you compile other simpler programs for profiling with icc and have it work for them?  If so, how?

I thought gprof was specific to GNU compilers.
 
Jeff

В списке pgsql-performance по дате отправления:

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Using Gprof with Postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using Gprof with Postgresql