Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Date
Msg-id wm53ru2c7ornfvkcw37onaphsjfhzmqunaddmypvxy3hpps54d@qyaahxiut6w5
Whole thread
In response to Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?  (John Naylor <johncnaylorls@gmail.com>)
List pgsql-hackers
Hi,

On 2026-04-02 19:55:31 +0700, John Naylor wrote:
> The only change I made was to make the #include stanza in pg_cpu_x86.c
> match its neighbors.

Thanks for taking care of this one!


I'm wondering about splitting out some of the CPU detection stuff that's in
  "v15 3/5 instrumentation: Use Time-Stamp Counter (TSC) on x86-64 for faster measurements"
into its own commit.  As-is it's a pretty large commit doing lots of different things.


Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Shared hash table allocations
Next
From: "Jelte Fennema-Nio"
Date:
Subject: Re: Safer hash table initialization macro