Re: data on devel code perf dip - Mailing list pgsql-hackers

From Tom Lane
Subject Re: data on devel code perf dip
Date
Msg-id 7592.1124232835@sss.pgh.pa.us
Whole thread Raw
In response to Re: data on devel code perf dip  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: data on devel code perf dip  (Mary Edie Meredith <maryedie@osdl.org>)
Re: data on devel code perf dip  (Mark Wong <markw@osdl.org>)
List pgsql-hackers
Mary Edie Meredith <maryedie@osdl.org> writes:
> I'm still very concerned about what I'm seeing in the oprofile:
> namely:  .CreateLWLocks is the second highest entry for postgres.
> http://developer.osdl.org/maryedie/DBT2_PGSQL/59/oprofile.txt

This says there's something wrong with your oprofile setup.
CreateLWLocks is run *once* at postmaster startup, and it doesn't
take all that long.  Check to see if maybe your executables are
out of sync with what oprofile is looking at?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Christopher Petrilli
Date:
Subject: Re: pl/Ruby, deprecating plPython and Core
Next
From: Mary Edie Meredith
Date:
Subject: Re: data on devel code perf dip