Tweaking a C Function I wrote

From: Adam Palmblad <adam(at)aers(dot)ca>
To: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Tweaking a C Function I wrote
Date: 2005-04-06 23:22:59
Message-ID: 42546F53.1020300@aers.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I wanted to see if I could squeeze any more performance out of a C set
returning function I wrote. As such, I looked to a profiler. Is it
possible to get profile information on the function I wrote? I've got
postmaster and my function compiled with profiling support, and can find
the gmon.out files... can I actually look at the call tree that occurs
when my function is being executed or will I be limited to viewing calls
to functions in the postmaster binary?

-Adam

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Simon Riggs 2005-04-06 23:24:46 Re: Recognizing range constraints (was Re: Plan for
Previous Message Tom Lane 2005-04-06 23:06:34 Re: [HACKERS] Recognizing range constraints (was Re: Plan for relatively simple query seems to be very inefficient)