New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 643550 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug

Blocking:
issue 640921



Sign in to add a comment

Histogram LevelDBWrapper.CommitDelay is unmapped

Project Member Reported by ricea@chromium.org, Sep 2 2016

Issue description

The histogram 'LevelDBWrapper.CommitDelay' is present in Chromium source code
but does not appear in histograms.xml. This means that data is collected for
the histogram but nothing useful is done with it.

The histogram was defined in content/browser/leveldb_wrapper_impl.cc at line
313.

https://cs.chromium.org/chromium/src/content/browser/leveldb_wrapper_impl.cc?l=313

It may have moved by the time you read this.

Please remove the histogram 'LevelDBWrapper.CommitDelay' from the source
code. If it was very recently added, it may be worth adding it to
histograms.xml instead, but probably not.

This bug was automatically assigned based on git blame information. If you
are not the correct assignee for this bug, please delete the histogram
anyway.

 
Status: WontFix (was: Assigned)
WontFix.  The histo doesn't actually exist yet. The TODO in the codebase is good enough of a reminder, no need for the bug too.

// TODO(michaeln): UMA_HISTOGRAM_LONG_TIMES("LevelDBWrapper.CommitDelay", d);

Comment 2 by ricea@chromium.org, Sep 13 2016

Thank you for checking.

Sign in to add a comment