ToMicroseconds 67 net/quic/congestion_control/available_channel_estimator.cc QuicTime::Delta::FromMicroseconds(send_delta.ToMicroseconds() / 10); ToMicroseconds 45 net/quic/congestion_control/channel_estimator.cc if (received_delta.ToMicroseconds() > ToMicroseconds 47 net/quic/congestion_control/channel_estimator.cc sent_delta.ToMicroseconds()) { ToMicroseconds 137 net/quic/congestion_control/channel_estimator_test.cc increased_received_delta.ToMicroseconds() / 2)); ToMicroseconds 177 net/quic/congestion_control/channel_estimator_test.cc increased_received_delta.ToMicroseconds() / 2)); ToMicroseconds 217 net/quic/congestion_control/channel_estimator_test.cc increased_received_delta.ToMicroseconds() / 2)); ToMicroseconds 141 net/quic/congestion_control/cubic.cc (current_time.Add(delay_min).Subtract(epoch_).ToMicroseconds() << 10) / ToMicroseconds 116 net/quic/congestion_control/fix_rate_sender.cc DCHECK_LE(0, rtt_sample.ToMicroseconds()); ToMicroseconds 112 net/quic/congestion_control/fix_rate_test.cc .ToMicroseconds())); ToMicroseconds 111 net/quic/congestion_control/hybrid_slow_start.cc if (current_time.Subtract(last_time_).ToMicroseconds() <= ToMicroseconds 114 net/quic/congestion_control/hybrid_slow_start.cc if (current_time.Subtract(round_start_).ToMicroseconds() >= ToMicroseconds 115 net/quic/congestion_control/hybrid_slow_start.cc (delay_min.ToMicroseconds() >> 1)) { ToMicroseconds 133 net/quic/congestion_control/hybrid_slow_start.cc int accepted_variance_us = delay_min.ToMicroseconds() >> ToMicroseconds 132 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc int64 elapsed_time = (time_from_epoch.ToMicroseconds() << 10) / ToMicroseconds 113 net/quic/congestion_control/inter_arrival_overuse_detector.cc if (offset.ToMicroseconds() < send_receive_offset_.ToMicroseconds()) { ToMicroseconds 139 net/quic/congestion_control/inter_arrival_overuse_detector.cc int64 residual_us = residual.ToMicroseconds(); ToMicroseconds 159 net/quic/congestion_control/inter_arrival_overuse_detector.cc accumulated_deltas_.ToMicroseconds() > kThresholdAccumulatedDeltasUs) { ToMicroseconds 168 net/quic/congestion_control/inter_arrival_overuse_detector.cc estimated_congestion_delay_.ToMicroseconds()) && ToMicroseconds 170 net/quic/congestion_control/inter_arrival_overuse_detector.cc std::abs(accumulated_deltas_.ToMicroseconds()))) { ToMicroseconds 175 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " offset:" << send_receive_offset_.ToMicroseconds() ToMicroseconds 176 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " delta:" << estimated_congestion_delay_.ToMicroseconds() ToMicroseconds 177 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " drift:" << accumulated_deltas_.ToMicroseconds(); ToMicroseconds 185 net/quic/congestion_control/inter_arrival_overuse_detector.cc if (accumulated_deltas_.ToMicroseconds() > 0) { ToMicroseconds 191 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " offset:" << send_receive_offset_.ToMicroseconds() ToMicroseconds 192 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " delta:" << estimated_congestion_delay_.ToMicroseconds() ToMicroseconds 193 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " drift:" << accumulated_deltas_.ToMicroseconds(); ToMicroseconds 202 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " offset:" << send_receive_offset_.ToMicroseconds() ToMicroseconds 203 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " delta:" << estimated_congestion_delay_.ToMicroseconds() ToMicroseconds 204 net/quic/congestion_control/inter_arrival_overuse_detector.cc << " drift:" << accumulated_deltas_.ToMicroseconds(); ToMicroseconds 81 net/quic/congestion_control/inter_arrival_overuse_detector_test.cc static_cast<int>(standard_deviation.ToMicroseconds() * ToMicroseconds 369 net/quic/congestion_control/inter_arrival_sender.cc static_cast<float>(buffer_reduction.ToMicroseconds()) / ToMicroseconds 370 net/quic/congestion_control/inter_arrival_sender.cc elapsed_time.ToMicroseconds(); // < 1.0 ToMicroseconds 391 net/quic/congestion_control/inter_arrival_sender.cc << buffer_reduction.ToMicroseconds() << " us " ToMicroseconds 393 net/quic/congestion_control/inter_arrival_sender.cc << elapsed_time.ToMicroseconds() << " us "; ToMicroseconds 434 net/quic/congestion_control/inter_arrival_sender.cc kNumMicrosPerSecond) / rtt_stats_->SmoothedRtt().ToMicroseconds(); ToMicroseconds 456 net/quic/congestion_control/inter_arrival_sender.cc << rtt_stats_->SmoothedRtt().ToMicroseconds() << " us"; ToMicroseconds 143 net/quic/congestion_control/inter_arrival_sender_test.cc acc_arrival_time.ToMicroseconds(); ToMicroseconds 255 net/quic/congestion_control/inter_arrival_sender_test.cc one_ms_.ToMicroseconds(); ToMicroseconds 321 net/quic/congestion_control/inter_arrival_sender_test.cc acc_arrival_time.ToMicroseconds(); ToMicroseconds 419 net/quic/congestion_control/inter_arrival_sender_test.cc acc_arrival_time.ToMicroseconds(); ToMicroseconds 523 net/quic/congestion_control/inter_arrival_sender_test.cc acc_arrival_time.ToMicroseconds(); ToMicroseconds 39 net/quic/congestion_control/paced_sender.cc if (time_until_send.ToMicroseconds() >= kMaxSchedulingDelayUs) { ToMicroseconds 41 net/quic/congestion_control/paced_sender_test.cc clock_.Now(), zero_time_).ToMicroseconds()); ToMicroseconds 55 net/quic/congestion_control/paced_sender_test.cc clock_.Now(), zero_time_).ToMicroseconds()); ToMicroseconds 72 net/quic/congestion_control/paced_sender_test.cc clock_.Now(), zero_time_).ToMicroseconds()); ToMicroseconds 106 net/quic/congestion_control/pacing_sender.cc << next_packet_send_time_.Subtract(now).ToMicroseconds(); ToMicroseconds 82 net/quic/congestion_control/pacing_sender_test.cc EXPECT_EQ(delay.ToMicroseconds(), ToMicroseconds 84 net/quic/congestion_control/pacing_sender_test.cc clock_.Now(), HAS_RETRANSMITTABLE_DATA).ToMicroseconds()); ToMicroseconds 51 net/quic/congestion_control/rtt_stats.cc DCHECK_LT(0, rtt_sample.ToMicroseconds()); ToMicroseconds 62 net/quic/congestion_control/rtt_stats.cc rtt_sample.ToMicroseconds() / 2); ToMicroseconds 65 net/quic/congestion_control/rtt_stats.cc kOneMinusBeta * mean_deviation_.ToMicroseconds() + ToMicroseconds 66 net/quic/congestion_control/rtt_stats.cc kBeta * std::abs(smoothed_rtt_.Subtract(rtt_sample).ToMicroseconds())); ToMicroseconds 69 net/quic/congestion_control/rtt_stats.cc DVLOG(1) << "Cubic; smoothed_rtt(us):" << smoothed_rtt_.ToMicroseconds() ToMicroseconds 70 net/quic/congestion_control/rtt_stats.cc << " mean_deviation(us):" << mean_deviation_.ToMicroseconds(); ToMicroseconds 211 net/quic/congestion_control/tcp_cubic_sender.cc rtt_stats_->SmoothedRtt().ToMicroseconds() + ToMicroseconds 212 net/quic/congestion_control/tcp_cubic_sender.cc 4 * rtt_stats_->mean_deviation().ToMicroseconds()); ToMicroseconds 438 net/quic/congestion_control/tcp_cubic_sender_test.cc sender_->rtt_stats_.SmoothedRtt().ToMicroseconds()), ToMicroseconds 50 net/quic/quic_bandwidth.cc delta.ToMicroseconds(); ToMicroseconds 77 net/quic/quic_bandwidth.cc return ToBytesPerSecond() * time_period.ToMicroseconds() / ToMicroseconds 82 net/quic/quic_bandwidth.cc return ToKBytesPerSecond() * time_period.ToMicroseconds() / ToMicroseconds 1007 net/quic/quic_connection.cc stats_.rtt = sent_packet_manager_.SmoothedRtt().ToMicroseconds(); ToMicroseconds 1766 net/quic/quic_connection.cc << " delta:" << delta.ToMicroseconds() ToMicroseconds 1767 net/quic/quic_connection.cc << " network_timeout: " << idle_network_timeout_.ToMicroseconds(); ToMicroseconds 46 net/quic/quic_connection_helper.cc int64 delay_us = deadline().Subtract(clock_->Now()).ToMicroseconds(); ToMicroseconds 62 net/quic/quic_connection_helper_test.cc EXPECT_EQ(base::TimeDelta::FromMicroseconds(delta.ToMicroseconds()), ToMicroseconds 80 net/quic/quic_connection_helper_test.cc EXPECT_EQ(base::TimeDelta::FromMicroseconds(delta.ToMicroseconds()), ToMicroseconds 100 net/quic/quic_connection_helper_test.cc EXPECT_EQ(base::TimeDelta::FromMicroseconds(delta.ToMicroseconds()), ToMicroseconds 1932 net/quic/quic_connection_test.cc 2 * DefaultRetransmissionTime().ToMicroseconds())); ToMicroseconds 2149 net/quic/quic_framer.cc frame.received_info.delta_time_largest_observed.ToMicroseconds()); ToMicroseconds 2151 net/quic/quic_framer.cc received_info.delta_time_largest_observed.ToMicroseconds(); ToMicroseconds 2256 net/quic/quic_framer.cc lowest_time.Subtract(creation_time_).ToMicroseconds())) { ToMicroseconds 2271 net/quic/quic_framer.cc it->second.Subtract(lowest_time).ToMicroseconds(); ToMicroseconds 2729 net/quic/quic_framer_test.cc iter->second.Subtract(start_).ToMicroseconds()); ToMicroseconds 2733 net/quic/quic_framer_test.cc iter->second.Subtract(start_).ToMicroseconds()); ToMicroseconds 2737 net/quic/quic_framer_test.cc iter->second.Subtract(start_).ToMicroseconds()); ToMicroseconds 2824 net/quic/quic_framer_test.cc iter->second.Subtract(start_).ToMicroseconds()); ToMicroseconds 2828 net/quic/quic_framer_test.cc iter->second.Subtract(start_).ToMicroseconds()); ToMicroseconds 2832 net/quic/quic_framer_test.cc iter->second.Subtract(start_).ToMicroseconds()); ToMicroseconds 370 net/quic/quic_protocol.cc << received_info.delta_time_largest_observed.ToMicroseconds() ToMicroseconds 56 net/quic/quic_time.cc return QuicTime::Delta::FromMicroseconds(ToMicroseconds() + ToMicroseconds 57 net/quic/quic_time.cc delta.ToMicroseconds()); ToMicroseconds 61 net/quic/quic_time.cc return QuicTime::Delta::FromMicroseconds(ToMicroseconds() - ToMicroseconds 62 net/quic/quic_time.cc delta.ToMicroseconds()); ToMicroseconds 66 net/quic/quic_time.cc return QuicTime::Delta::FromMicroseconds(ToMicroseconds() * i); ToMicroseconds 70 net/quic/quic_time.cc return QuicTime::Delta::FromMicroseconds(ToMicroseconds() * d); ToMicroseconds 55 net/quic/quic_time.h int64 ToMicroseconds() const; ToMicroseconds 154 net/quic/quic_time.h return lhs.ToMicroseconds() == rhs.ToMicroseconds(); ToMicroseconds 160 net/quic/quic_time.h return lhs.ToMicroseconds() < rhs.ToMicroseconds(); ToMicroseconds 34 net/quic/quic_time_test.cc EXPECT_EQ(1000, QuicTime::Delta::FromMilliseconds(1).ToMicroseconds()); ToMicroseconds 36 net/quic/quic_time_test.cc EXPECT_EQ(QuicTime::Delta::FromMilliseconds(2000).ToMicroseconds(), ToMicroseconds 37 net/quic/quic_time_test.cc QuicTime::Delta::FromSeconds(2).ToMicroseconds()); ToMicroseconds 93 net/quic/quic_time_test.cc EXPECT_EQ(1000, diff.ToMicroseconds()); ToMicroseconds 35 net/quic/test_tools/mock_clock.cc now_.Subtract(QuicTime::Zero()).ToMicroseconds()); ToMicroseconds 798 net/tools/quic/end_to_end_test.cc server_sent_packet_manager.SmoothedRtt().ToMicroseconds()); ToMicroseconds 20 net/tools/quic/quic_epoll_clock_test.cc clock.ApproximateNow().Subtract(QuicTime::Zero()).ToMicroseconds()); ToMicroseconds 24 net/tools/quic/quic_epoll_clock_test.cc clock.ApproximateNow().Subtract(QuicTime::Zero()).ToMicroseconds()); ToMicroseconds 33 net/tools/quic/quic_epoll_clock_test.cc clock.Now().Subtract(QuicTime::Zero()).ToMicroseconds()); ToMicroseconds 37 net/tools/quic/quic_epoll_clock_test.cc clock.Now().Subtract(QuicTime::Zero()).ToMicroseconds()); ToMicroseconds 34 net/tools/quic/quic_epoll_connection_helper.cc deadline().Subtract(QuicTime::Zero()).ToMicroseconds(), ToMicroseconds 46 net/tools/quic/quic_epoll_connection_helper_test.cc epoll_server_.AdvanceBy(delta.ToMicroseconds()); ToMicroseconds 65 net/tools/quic/quic_epoll_connection_helper_test.cc epoll_server_.AdvanceByAndCallCallbacks(delta.ToMicroseconds()); ToMicroseconds 79 net/tools/quic/quic_epoll_connection_helper_test.cc epoll_server_.AdvanceByExactlyAndCallCallbacks(delta.ToMicroseconds()); ToMicroseconds 96 net/tools/quic/quic_epoll_connection_helper_test.cc epoll_server_.AdvanceByExactlyAndCallCallbacks(delta.ToMicroseconds()); ToMicroseconds 101 net/tools/quic/quic_epoll_connection_helper_test.cc new_delta.Subtract(delta).ToMicroseconds()); ToMicroseconds 251 net/tools/quic/quic_time_wait_list_manager.cc .ToMicroseconds(); ToMicroseconds 258 net/tools/quic/quic_time_wait_list_manager.cc next_alarm_interval = kTimeWaitPeriod_.ToMicroseconds(); ToMicroseconds 265 net/tools/quic/quic_time_wait_list_manager_test.cc epoll_server_.set_now_in_usec(time_wait_period.ToMicroseconds()); ToMicroseconds 274 net/tools/quic/quic_time_wait_list_manager_test.cc epoll_server_.set_now_in_usec(time_wait_period.Add(offset).ToMicroseconds()); ToMicroseconds 278 net/tools/quic/quic_time_wait_list_manager_test.cc time_wait_period.Subtract(offset).ToMicroseconds(); ToMicroseconds 399 net/tools/quic/quic_time_wait_list_manager_test.cc epoll_server_.set_now_in_usec(time_wait_period.Add(offset).ToMicroseconds()); ToMicroseconds 402 net/tools/quic/quic_time_wait_list_manager_test.cc time_wait_period.ToMicroseconds(); ToMicroseconds 427 net/tools/quic/quic_time_wait_list_manager_test.cc epoll_server_.set_now_in_usec(time_wait_period.ToMicroseconds() + 1);