pg_test_timing utility, to measure clock monotonicity and timing cost.
Robert Haas <rhaas@postgresql.org>
pg_test_timing utility, to measure clock monotonicity and timing cost. Ants Aasma, Greg Smith
Files
| Path | Change | +/− |
|---|---|---|
| contrib/Makefile | modified | +1 −0 |
| contrib/pg_test_timing/.gitignore | added | +1 −0 |
| contrib/pg_test_timing/Makefile | added | +18 −0 |
| contrib/pg_test_timing/pg_test_timing.c | added | +162 −0 |
| doc/src/sgml/config.sgml | modified | +3 −1 |
| doc/src/sgml/contrib.sgml | modified | +1 −0 |
| doc/src/sgml/filelist.sgml | modified | +1 −0 |
| doc/src/sgml/perform.sgml | modified | +3 −1 |
| doc/src/sgml/pgtesttiming.sgml | added | +261 −0 |