From 0f3351aacf5cd5fa87c31fd0d1f7f8dc0409c0b3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 28 Aug 2012 12:57:13 -0400 Subject: Adjust pg_test_timing to show shortest test durations first, place percentage column before count column. Docs updated. --- doc/src/sgml/pgtesttiming.sgml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgtesttiming.sgml b/doc/src/sgml/pgtesttiming.sgml index f74d63e6883..45ee80c23db 100644 --- a/doc/src/sgml/pgtesttiming.sgml +++ b/doc/src/sgml/pgtesttiming.sgml @@ -98,12 +98,12 @@ Testing timing overhead for 3 seconds. Per loop time including overhead: 35.96 nsec Histogram of timing durations: - < usec: count percent - 16: 2 0.00000% - 8: 13 0.00002% - 4: 126 0.00015% - 2: 2999652 3.59518% - 1: 80435604 96.40465% +< usec % of total count + 1 96.40465 80435604 + 2 3.59518 2999652 + 4 0.00015 126 + 8 0.00002 13 + 16 0.00000 2 @@ -159,12 +159,12 @@ tsc hpet acpi_pm # pg_test_timing Per loop time including overhead: 722.92 nsec Histogram of timing durations: - < usec: count percent - 16: 3 0.00007% - 8: 563 0.01357% - 4: 3241 0.07810% - 2: 2990371 72.05956% - 1: 1155682 27.84870% +< usec % of total count + 1 27.84870 1155682 + 2 72.05956 2990371 + 4 0.07810 3241 + 8 0.01357 563 + 16 0.00007 3 @@ -206,13 +206,13 @@ $ pg_test_timing Testing timing overhead for 3 seconds. Per timing duration including loop overhead: 97.75 ns Histogram of timing durations: - < usec: count percent - 32: 1 0.00000% - 16: 1 0.00000% - 8: 22 0.00007% - 4: 3010 0.00981% - 2: 2993204 9.75277% - 1: 27694571 90.23734% +< usec % of total count + 1 90.23734 27694571 + 2 9.75277 2993204 + 4 0.00981 3010 + 8 0.00007 22 + 16 0.00000 1 + 32 0.00000 1 -- cgit v1.2.3