Index: cc/debug/latency_info.cc |
diff --git a/cc/debug/latency_info.cc b/cc/debug/latency_info.cc |
index 0664dfbb6150f6d9d2c3f9d5c2e5d851f611912d..d76be74849027942e6c25f0167edd0d5977b3d4d 100644 |
--- a/cc/debug/latency_info.cc |
+++ b/cc/debug/latency_info.cc |
@@ -48,7 +48,7 @@ void LatencyInfo::AddLatencyNumberWithTimestamp( |
// into this method. |
f->second.event_time += (time - f->second.event_time) * event_count / |
new_count; |
- f->second.event_count += new_count; |
+ f->second.event_count = new_count; |
} |
} |
} |