DescriptionFix accumulation error with front_timestamp, move test only code.
DCHECKs showed the front and back timestamps drifting by a few
microseconds, likely due to repeated accumulation errors (since
we're doing double*int64 -> repeated addition).
I also cleaned up some code which was only used for tests to
avoid accumulating unnused values in production.
No new tests since code gen will affect the accumulation errors.
BUG=481640
TEST=existing tests all pass.
Committed: https://crrev.com/b53d11d580755daf0041232d5e094807d34f67ab
Cr-Commit-Position: refs/heads/master@{#338726}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove unused vars. #
Messages
Total messages: 18 (7 generated)
|