Re: Using Gprof with Postgresql

Поиск
Список
Период
Сортировка
От Reydan Cankur
Тема Re: Using Gprof with Postgresql
Дата
Msg-id DB12D313-18A3-408E-9A26-9D32EDDC8B12@gmail.com
обсуждение исходный текст
Ответ на Re: Using Gprof with Postgresql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Using Gprof with Postgresql  (Pierre Frédéric Caillaud<lists@peufeu.com>)
Список 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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Planner question - "bit" data types
Следующее
От: Reydan Cankur
Дата:
Сообщение: Re: Using Gprof with Postgresql