pgAdmin III commit: Add ElapsedTimeToString to format execution time in - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Add ElapsedTimeToString to format execution time in
Date
Msg-id E1ZbONw-0002gr-TA@gothos.postgresql.org
Whole thread Raw
List 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.obaterspok@gmail.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: Fixed the segfault while detecting need of appendin
Next
From: Ashesh Vashi
Date:
Subject: Re: [PATCH] Add Commit/Rollback toolbar action version 2