Обсуждение: High resolution psql \timing on Windows

Поиск
Список
Период
Сортировка

High resolution psql \timing on Windows

От
ITAGAKI Takahiro
Дата:
This patch replace _ftime() by QueryPerformanceCounter() to measure durations
in psql \timing on Windows. It had only 15ms~ of time resolusion. I brought
the codes from src/include/executor/instrument.h .

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Вложения

Re: High resolution psql \timing on Windows

От
Magnus Hagander
Дата:
ITAGAKI Takahiro wrote:
> This patch replace _ftime() by QueryPerformanceCounter() to measure durations
> in psql \timing on Windows. It had only 15ms~ of time resolusion. I brought
> the codes from src/include/executor/instrument.h .

Applied, thanks.

//Magnus