Home | History | Annotate | Download | only in base

Lines Matching refs:square_duration_

34   square_duration_ += milliseconds * milliseconds;
43 double variance = static_cast<float>(square_duration_)/count_
52 square_duration_ += other.square_duration_;
69 square_duration_ = 0;