Re: Tweaking a C Function I wrote

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Adam Palmblad <adam(at)aers(dot)ca>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Tweaking a C Function I wrote
Date: 2005-04-07 04:03:26
Message-ID: 13374.1112846606@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Neil Conway <neilc(at)samurai(dot)com> writes:
> It wouldn't surprise me if gprof didn't get profiling data for dlopen'ed
> shared libraries (I haven't checked), but I think both oprofile and
> callgrind should be able to.

None of the platforms I use are very good at this :-(. Consider
building a special backend binary with the functions of interest
statically linked into it...

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2005-04-07 04:14:57 Re: How to improve db performance with $7K?
Previous Message Alex Turner 2005-04-07 03:06:47 Re: How to improve db performance with $7K?