Re: Generate call graphs in run-time

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Generate call graphs in run-time
Дата
Msg-id 66CE81DC-B0F4-41D1-8C77-106834E1E1A3@nasby.net
обсуждение исходный текст
Ответ на Generate call graphs in run-time  (Joel Jacobson <joel@gluefinance.com>)
Ответы Re: Generate call graphs in run-time  (Joel Jacobson <joel@gluefinance.com>)
Список pgsql-hackers
On Jan 9, 2012, at 2:08 PM, Joel Jacobson wrote:
> Generates call graphs of function calls within a transaction in run-time.

Related to this... we had Command Prompt write a function for us that would spit out the complete call-graph of the
currentcall stack whenever it was called. Alvaro didn't need to add any hooks to the backend to accomplish this, so it
wouldseem that the call stack is already available. That might simplify what you're doing. 

I don't see this posted on pgFoundry yet, so I've attached it.
--
Jim C. Nasby, Database Architect                   jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net


Вложения

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

Предыдущее
От: Paul Guyot
Дата:
Сообщение: Buffer overflow in contrib/test_parser/test_parser.c
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Page Checksums