summaryrefslogtreecommitdiff
path: root/runtime/base/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/histogram.h')
-rw-r--r--runtime/base/histogram.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/base/histogram.h b/runtime/base/histogram.h
index bcb7b3b769..0e3bc8e1b4 100644
--- a/runtime/base/histogram.h
+++ b/runtime/base/histogram.h
@@ -85,6 +85,10 @@ template <class Value> class Histogram {
return max_value_added_;
}
+ Value BucketWidth() const {
+ return bucket_width_;
+ }
+
const std::string& Name() const {
return name_;
}