Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f37vC-0007gw-Sg for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Apr 2018 22:27:26 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f37vB-00089t-QD for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Apr 2018 22:27:25 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f37vB-00089j-L7 for pgadmin-hackers@lists.postgresql.org; Mon, 02 Apr 2018 22:27:25 +0000 Received: from mail-ua0-x234.google.com ([2607:f8b0:400c:c08::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f37uz-00046W-Ei for pgadmin-hackers@postgresql.org; Mon, 02 Apr 2018 22:27:24 +0000 Received: by mail-ua0-x234.google.com with SMTP id j18so9805998uae.12 for ; Mon, 02 Apr 2018 15:27:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OZiprpyE/8z/DY5gjZ1Ay+x0JFwH67+PlcLH2cR/KRw=; b=ySz1y5ROdgCoJMAiVNZQVaSIBuvcwHDqXs2PDRv6WmSVkFUuyf5uFxAE4HYeGJZYly Of/W6mRdnZVUqGI1uxk3jx31VGoRgsOpu/y3TX+Slm2ijDVgkP9rcHv4UqpseA5YDu86 ezn4pMW7yqVka6+0y+vn7K5b7l+hfJ2ogBrfNrppLSC8BgrK8ZOYvvGhzO+MpAvz3aIL 9G8Igwn/Bdz5fWaTtjTpezU0mUvCW5WEcdujJfJWLIFAv2ueCvI9TljrQA6N8AsLIG5O 1vAC1HL7JlFzT4fk6wPf8Lsda21oE1JAjZpBzDoAZcnD5B0xdbyuvJi3Z0KCdIcgmXfW yigw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OZiprpyE/8z/DY5gjZ1Ay+x0JFwH67+PlcLH2cR/KRw=; b=huvb+g9yfkLegfIpn5E5BfWDHHRKsAo5/MzVFLAnUS7yMJltdA+vLQyeegnVYyRqre zpFV/63eb6EcZILK3lWRMHJSFj3t9CVnjRzrZyC7NP/6pysHbSXc7pMZcfhsEf5ZAl4E ymg1NOFFL52Kh7tGfFlJVpvMkZMNHMdH63m6RyS31iZsZ4GSEBfSWupromupFp2aBVev u7rTN0pwQjAi21RwBxfjpkvukGDFHEE8GZ0EhVzSZ3cmA8BuVbF9Ri7RL3WLGrK59Voi b6rnJc5yulWiO3VD/Tc9W0SB1rLDUHXiL4oMS8jx2g1OU5P+Y+Xjxfc+xKO7J+HAONBa XidA== X-Gm-Message-State: AElRT7EwQk1MGhLCDtwsFhVIHiyFp+EnsFcJs6nNxCNjR9c7opb00/Ny ZuoOHNRpc+PgdhHoBXYh+Ijzrw9TK3CRH5H19GIL9A== X-Google-Smtp-Source: AIpwx4+Kht4jfWveoKwdONPj0eh04tWZ67rZ7yo4biovkvIC1v2Gtgs84zDtsyrX1P1adSe27illL04E5MVlG7bdj+Y= X-Received: by 10.159.34.107 with SMTP id 98mr6690336uad.120.1522708030699; Mon, 02 Apr 2018 15:27:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.96.136 with HTTP; Mon, 2 Apr 2018 15:27:10 -0700 (PDT) In-Reply-To: References: From: Robert Eckhardt Date: Mon, 2 Apr 2018 18:27:10 -0400 Message-ID: Subject: Re: [pgadmin4][patch] #3244 Query elapse time granularity To: Joao De Almeida Pereira Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="001a1140a4da4453a70568e5178e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a1140a4da4453a70568e5178e Content-Type: text/plain; charset="UTF-8" On Mon, Apr 2, 2018 at 6:24 PM, Joao De Almeida Pereira < jdealmeidapereira@pivotal.io> wrote: > Hi Hackers, > > Attached you can find a patch that increases the granularity of time > displayed for total run time of a query. > Also extracts the functionality, wraps it with tests. > An addon to this patch is the extraction of the function > call_render_after_poll that uses the function that calculates the time as > well > > This was an issue pointed out in an email I can't find. Basically it pointed out something we thought we had done in the first place. -- Rob > Thanks > Joao > --001a1140a4da4453a70568e5178e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Mon, Apr 2, 2018 at 6:24 PM, Joao De Almeida Pereira <jd= ealmeidapereira@pivotal.io> wrote:
Hi Hackers,

Attached you can fi= nd a patch that increases the granularity of time displayed for total run t= ime of a query.
Also extracts the functionality, wraps it with te= sts.
An addon to this patch is the extraction of the function cal= l_render_after_poll=C2=A0 that uses the function that calculates the time a= s well


This = was an issue pointed out in an email I can't find. Basically it pointed= out something we thought we had done in the first place.=C2=A0
<= br>
-- Rob
=C2=A0
<= div dir=3D"ltr">
Thanks
Joao

--001a1140a4da4453a70568e5178e--