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

Unified Diff: base/metrics/histogram.h

Issue 13469020: Implement write methods for SparseHistogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase due to conflict in histogram_base.cc Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/metrics/histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/histogram.h
diff --git a/base/metrics/histogram.h b/base/metrics/histogram.h
index fe7b7948328a6d3b18555606bc6168f8221ea876..8d059f928398057321f9e47f5ef64ca99b096fff 100644
--- a/base/metrics/histogram.h
+++ b/base/metrics/histogram.h
@@ -511,15 +511,6 @@ class BASE_EXPORT Histogram : public HistogramBase {
const int64 remaining, const size_t i,
std::string* output) const;
- // Write textual description of the bucket contents (relative to histogram).
- // Output is the count in the buckets, as well as the percentage.
- void WriteAsciiBucketValue(Count current, double scaled_sum,
- std::string* output) const;
-
- // Produce actual graph (set of blank vs non blank char's) for a bucket.
- void WriteAsciiBucketGraph(double current_size, double max_size,
- std::string* output) const;
-
// WriteJSON calls these.
virtual void GetParameters(DictionaryValue* params) const OVERRIDE;
« no previous file with comments | « no previous file | base/metrics/histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698