Histogram LevelDBWrapper.CommitDelay is unmapped |
|
Issue descriptionThe 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.
,
Sep 13 2016
Thank you for checking. |
|
►
Sign in to add a comment |
|
Comment 1 by michaeln@chromium.org
, Sep 12 2016WontFix. 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);