Обсуждение: pgsql: pg_test_timing utility, to measure clock monotonicity and timing

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

pgsql: pg_test_timing utility, to measure clock monotonicity and timing

От
Robert Haas
Дата:
pg_test_timing utility, to measure clock monotonicity and timing cost.

Ants Aasma, Greg Smith

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cee523867db29c0bfc5de7ec638ce0a4ad9b3817

Modified Files
--------------
contrib/Makefile                        |    1 +
contrib/pg_test_timing/.gitignore       |    1 +
contrib/pg_test_timing/Makefile         |   18 ++
contrib/pg_test_timing/pg_test_timing.c |  162 +++++++++++++++++++
doc/src/sgml/config.sgml                |    4 +-
doc/src/sgml/contrib.sgml               |    1 +
doc/src/sgml/filelist.sgml              |    1 +
doc/src/sgml/perform.sgml               |    4 +-
doc/src/sgml/pgtesttiming.sgml          |  261 +++++++++++++++++++++++++++++++
9 files changed, 451 insertions(+), 2 deletions(-)


Re: pgsql: pg_test_timing utility, to measure clock monotonicity and timing

От
Alvaro Herrera
Дата:
Excerpts from Robert Haas's message of mar mar 27 17:17:18 -0300 2012:
> pg_test_timing utility, to measure clock monotonicity and timing cost.
>
> Ants Aasma, Greg Smith

Did anyone notice that this broke several win32 buildfarm members?  It
seems to be missing snprintf and other stuff.  I guess it needs pgport.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Re: pgsql: pg_test_timing utility, to measure clock monotonicity and timing

От
Robert Haas
Дата:
On Wed, Mar 28, 2012 at 12:02 PM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
> Excerpts from Robert Haas's message of mar mar 27 17:17:18 -0300 2012:
>> pg_test_timing utility, to measure clock monotonicity and timing cost.
>>
>> Ants Aasma, Greg Smith
>
> Did anyone notice that this broke several win32 buildfarm members?  It
> seems to be missing snprintf and other stuff.  I guess it needs pgport.

I did not.  I'll take a look.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company