summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_metrics_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-14/+15
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-45/+49
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-3/+3
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-181-42/+53
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-1/+2
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-09-291-10/+0
* Update SocketStreamMetrics to support new metrics on protocol switch.toyoshim@chromium.org2011-06-241-4/+33
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-241-1/+2
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-4/+4
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+4
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-9/+9
* Add tests for SocketStreamMetrics.satorux@chromium.org2009-12-151-0/+181