summaryrefslogtreecommitdiffstats
path: root/net/base/network_quality_estimator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change name for API that returns RTT estimate at HTTP layertbansal2016-03-251-63/+81
* Make NQE::Observation a template class.tbansal2016-02-031-43/+56
* Convert Pass()→std::move() in //netdcheng2015-12-261-6/+6
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+1
* Fix flaky NQE test and Re-enable it.tbansal2015-12-021-2/+2
* Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...tommycli2015-11-061-2/+2
* Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...tommycli2015-11-051-2/+2
* Migrating tests to use EmbeddedTestServer (/net)svaldez2015-11-031-2/+2
* Pass RTT observations to NQE observerstbansal2015-11-021-0/+20
* Added Network Quality Estimator Real-time interface to Cronetbengr2015-10-071-22/+148
* Use the appropriate variant of IntToString in //netricea2015-09-181-2/+2
* Populate EEP estimate in NQEtbansal2015-09-171-46/+326
* Revert "Populate EEP estimate in NQE"jdonnelly2015-09-161-335/+47
* Populate EEP estimate in NQEtbansal2015-09-161-47/+335
* Revert "Populate EEP estimate in NQE"thestig2015-09-161-326/+46
* Populate EEP estimate in NQEtbansal2015-09-161-46/+326
* Avoid warnings in NetworkQualityEstimatorTest.TestCachingfs2015-09-111-2/+4
* Record accuracy rate for Lo-Fi.tbansal2015-08-191-2/+11
* Implement base class of NetworkQualityProvidertbansal2015-08-141-9/+13
* Cleanup NQEtbansal2015-08-111-92/+122
* Revert of Cleanup NQE (patchset #5 id:80001 of https://codereview.chromium.or...rockot2015-08-111-122/+92
* Cleanup NQEtbansal2015-08-111-92/+122
* Notify NQE when the request finishes.tbansal2015-08-101-47/+37
* Add API to compute median RTT since a given timestamptbansal2015-08-051-18/+56
* Change NQE API to provide Getter for each metric.tbansal2015-08-051-19/+34
* Fix NQE (NetworkQualityEstimator) tests.tbansal2015-07-281-18/+15
* Disable NetworkQualityEstimatorTest.TestLRUCacheMaximumSize on Windows.tsergeant2015-07-161-0/+3
* Add in-memory caching of network quality estimates across network changes.tbansal2015-07-151-25/+204
* UMA for measuring accuracy of Network Quality Estimator.tbansal2015-07-091-15/+32
* Half life can be configured through field trialtbansal2015-06-261-0/+43
* Fix network quality estimator teststbansal2015-06-251-9/+1
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-251-11/+86
* Revert of Seed NetworkQualityEstimator with default estimates. (patchset #6 i...jackhou2015-06-251-86/+11
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-251-11/+86
* Compute time weighted median network quality estimate.tbansal2015-06-241-0/+140
* Disable NetworkQualityEstimatorTest.TestPeakKbpsFastestRTTUpdates as it's sti...jam2015-06-161-1/+2
* Use request start time for estimating network quality.tbansal2015-06-151-38/+7
* Store network quality samples so we can compute percentiles.tbansal2015-06-131-32/+85
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-041-2/+2
* Fix two NetworkQualityEstimator tests that were failingtbansal2015-06-011-3/+2
* Disable flaky tests on Windows while I am trying to fix it.tbansal2015-05-261-1/+3
* Add the NetworkQualityEstimator class that is notifiedtbansal2015-05-221-0/+99