Index: src/counters.cc |
diff --git a/src/counters.cc b/src/counters.cc |
index fa192baed21904b77f81fa8cb9592ae26d105311..183941206e91be18e65bddc9a8bdce2cc953dfaa 100644 |
--- a/src/counters.cc |
+++ b/src/counters.cc |
@@ -56,6 +56,7 @@ void* Histogram::CreateHistogram() const { |
CreateHistogram(name_, min_, max_, num_buckets_); |
} |
+ |
// Start the timer. |
void HistogramTimer::Start() { |
if (Enabled()) { |
@@ -67,6 +68,7 @@ void HistogramTimer::Start() { |
} |
} |
+ |
// Stop the timer and record the results. |
void HistogramTimer::Stop() { |
if (Enabled()) { |