[Remoting Mobile] protocol::PerfTracker rate accessors should be const methods |
||
Issue descriptionCurrently they are not const because RateCounters evicts old samples when calling RateCounter::Rate(). This is unimportant detail to the PerfTracker so we could just mark these RateCounters mutable to allow Rate() to be called in const methods.
,
Mar 28 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 27 2018