Per previous analysis, the most correct notion of SampleOverhead is that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d8364f3f8f64278f831bc679f0e6275cf4d936e5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-07T18:49:03Z
Releases: 8.2.0
Per previous analysis, the most correct notion of SampleOverhead is that
it is just the total time to do INSTR_TIME_SET_CURRENT(), and not any of
the other code involved in InstrStartNode/InstrStopNode.  Even though I
fear we may end up reverting this patch altogether, we may as well have
the most correct version in our CVS archive.

Files

PathChange+/−
src/backend/executor/instrument.c modified +20 −16