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

Issue 420753002: Added histogram to track distribution of requested idle notifications. (Closed)

Created:
6 years, 5 months ago by Hannes Payer (out of office)
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Added histogram to track distribution of requested idle notifications. BUG=397026 LOG=n R=rmcilroy@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22632

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -7 lines) Patch
M src/counters.h View 1 2 3 4 3 chunks +12 lines, -0 lines 0 comments Download
M src/counters.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 2 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-25 09:15:36 UTC) #1
rmcilroy
https://codereview.chromium.org/420753002/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/420753002/diff/1/src/heap.cc#newcode58 src/heap.cc:58: // a multiple of Page::kPageSize. move up to line ...
6 years, 5 months ago (2014-07-25 09:38:29 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/420753002/diff/1/src/heap.h File src/heap.h (right): https://codereview.chromium.org/420753002/diff/1/src/heap.h#newcode2283 src/heap.h:2283: void* idle_notification_histogram_; On 2014/07/25 09:38:29, rmcilroy wrote: > I'd ...
6 years, 5 months ago (2014-07-25 10:08:20 UTC) #3
rmcilroy
On 2014/07/25 10:08:20, Hannes Payer wrote: > https://codereview.chromium.org/420753002/diff/1/src/heap.h > File src/heap.h (right): > > https://codereview.chromium.org/420753002/diff/1/src/heap.h#newcode2283 ...
6 years, 5 months ago (2014-07-25 10:17:18 UTC) #4
jochen (gone - plz use gerrit)
On 2014/07/25 at 10:08:20, hpayer wrote: > https://codereview.chromium.org/420753002/diff/1/src/heap.h > File src/heap.h (right): > > https://codereview.chromium.org/420753002/diff/1/src/heap.h#newcode2283 ...
6 years, 5 months ago (2014-07-25 10:18:18 UTC) #5
Hannes Payer (out of office)
I added a new category.
6 years, 5 months ago (2014-07-25 11:26:25 UTC) #6
rmcilroy
On 2014/07/25 11:26:25, Hannes Payer wrote: > I added a new category. I think you ...
6 years, 5 months ago (2014-07-25 13:49:42 UTC) #7
Hannes Payer (out of office)
Of course, probably didn't save the file :-/ Please have another look.
6 years, 5 months ago (2014-07-25 16:03:52 UTC) #8
rmcilroy
lgtm with a nit and an optional suggestion. https://codereview.chromium.org/420753002/diff/60001/src/counters.cc File src/counters.cc (right): https://codereview.chromium.org/420753002/diff/60001/src/counters.cc#newcode58 src/counters.cc:58: #define ...
6 years, 5 months ago (2014-07-25 16:09:28 UTC) #9
jochen (gone - plz use gerrit)
https://codereview.chromium.org/420753002/diff/60001/src/counters.cc File src/counters.cc (right): https://codereview.chromium.org/420753002/diff/60001/src/counters.cc#newcode58 src/counters.cc:58: #define HR(name, caption) name##_ = Histogram(#caption, 0, 1000, 1001, ...
6 years, 4 months ago (2014-07-28 08:44:44 UTC) #10
Hannes Payer (out of office)
https://codereview.chromium.org/420753002/diff/60001/src/counters.cc File src/counters.cc (right): https://codereview.chromium.org/420753002/diff/60001/src/counters.cc#newcode58 src/counters.cc:58: #define HR(name, caption) name##_ = Histogram(#caption, 0, 1000, 1001, ...
6 years, 4 months ago (2014-07-28 09:01:13 UTC) #11
Hannes Payer (out of office)
https://codereview.chromium.org/420753002/diff/60001/src/counters.cc File src/counters.cc (right): https://codereview.chromium.org/420753002/diff/60001/src/counters.cc#newcode58 src/counters.cc:58: #define HR(name, caption) name##_ = Histogram(#caption, 0, 1000, 1001, ...
6 years, 4 months ago (2014-07-28 09:02:40 UTC) #12
Hannes Payer (out of office)
6 years, 4 months ago (2014-07-28 09:13:40 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 manually as r22632 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698