summaryrefslogtreecommitdiffstats
path: root/base/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/timer.cc')
-rw-r--r--base/timer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/timer.cc b/base/timer.cc
index af407bee..2091906 100644
--- a/base/timer.cc
+++ b/base/timer.cc
@@ -45,7 +45,6 @@ Timer::Timer(Time fire_time, Task* task)
delay_ = static_cast<int>((fire_time_ - creation_time_).InMilliseconds());
if (delay_ < 0)
delay_ = 0;
- DHISTOGRAM_COUNTS(L"Timer.Durations", delay_);
}
void Timer::Reset() {