| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin III commit: Add ElapsedTimeToString to format execution time in |
| Date: | 2015-09-14 07:41:08 |
| Message-ID: | E1ZbONw-0002gr-TA@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Add ElapsedTimeToString to format execution time in a more readable
manner instead of showing everything as msec.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b5c58a11fdbe0bfcf94f5e1e738e43a02735c538
Author: John Obaterspok <john(dot)obaterspok(at)gmail(dot)com>
Modified Files
--------------
CHANGELOG | 2 +
pgadmin/dlg/dlgClasses.cpp | 8 ++-
pgadmin/frm/frmMain.cpp | 9 ++--
pgadmin/frm/frmQuery.cpp | 113 +++++++++++++++++++++++++++++++++---------
pgadmin/include/utils/misc.h | 1 +
pgadmin/utils/misc.cpp | 22 ++++++++
6 files changed, 126 insertions(+), 29 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashesh Vashi | 2015-09-14 07:42:30 | Re: [PATCH] Add Commit/Rollback toolbar action version 2 |
| Previous Message | Ashesh Vashi | 2015-09-14 06:33:07 | Re: [PATCH] Add ElapsedTimeToString to format execution time in a more readable manner (instead of showing everything as msec) |