Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Issue 330030: Log the PLT to the log file. This is a convenience for... (Closed)

Created:
11 years, 1 month ago by Mike Belshe
Modified:
9 years, 5 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), jam
Visibility:
Public.

Description

Log the PLT to the log file. This is a convenience for debugging. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30252

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M chrome/renderer/render_view.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Mike Belshe
11 years, 1 month ago (2009-10-27 19:14:19 UTC) #1
jar (doing other things)
LGTM. See nit below. http://codereview.chromium.org/330030/diff/2002/3002 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/330030/diff/2002/3002#newcode3586 Line 3586: LOG(INFO) << url.spec() << ...
11 years, 1 month ago (2009-10-27 19:31:58 UTC) #2
Mike Belshe
http://codereview.chromium.org/330030/diff/2002/3002 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/330030/diff/2002/3002#newcode3586 Line 3586: LOG(INFO) << url.spec() << " PLT: " << ...
11 years, 1 month ago (2009-10-27 20:41:30 UTC) #3
jar (doing other things)
11 years, 1 month ago (2009-10-28 17:38:05 UTC) #4
Thanks!  Don't forget to upload ;-)

Jim

On Tue, Oct 27, 2009 at 1:41 PM,  <mbelshe@chromium.org> wrote:
>
> http://codereview.chromium.org/330030/diff/2002/3002
> File chrome/renderer/render_view.cc (right):
>
> http://codereview.chromium.org/330030/diff/2002/3002#newcode3586
> Line 3586: LOG(INFO) << url.spec() << " PLT: " << (finish -
> start).InMilliseconds();
> On 2009/10/27 19:31:58, jar wrote:
>>
>> nit: I'd suggest reordering to: PLT, then time, then spec.  It is
>
> always nice to
>>
>> have the times easy to spot and compare with nearby loads when looking
>
> at a log,
>>
>> and to have the "unknown length string" sitting at the end of the
>
> line.
>
> Done.
>
> http://codereview.chromium.org/330030
>

Powered by Google App Engine
This is Rietveld 408576698