Chromium Code Reviews| Index: src/counters.cc |
| =================================================================== |
| --- src/counters.cc (revision 15486) |
| +++ src/counters.cc (working copy) |
| @@ -56,6 +56,7 @@ |
| CreateHistogram(name_, min_, max_, num_buckets_); |
| } |
| + |
| // Start the timer. |
| void HistogramTimer::Start() { |
| if (Enabled()) { |
| @@ -67,6 +68,7 @@ |
| } |
| } |
| + |
| // Stop the timer and record the results. |
| void HistogramTimer::Stop() { |
| if (Enabled()) { |