summaryrefslogtreecommitdiffstats
path: root/components/data_usage
Commit message (Expand)AuthorAgeFilesLines
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-252-0/+4
* Add histogram to count the tabs in TrafficStatsAmortizerrajendrant2016-02-082-5/+94
* Support for field trial in data use amortizerrajendrant2016-02-083-6/+44
* Revert of Support for field trial in data use amortizer (patchset #4 id:60001...rajendrant2016-02-053-44/+6
* Support for field trial in data use amortizerrajendrant2016-01-213-6/+44
* Make the TrafficStatsAmortizer combine similar buffered DataUse.sclittle2016-01-044-11/+105
* Convert Pass()→std::move() in //components (Android edition)dcheng2015-12-302-7/+8
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-262-13/+15
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-254-0/+5
* Record UMA histograms about TrafficStatsAmortizer performance.sclittle2015-11-262-79/+360
* Changed DataUseAggregator::Observer interface to take a single DataUse.sclittle2015-11-253-28/+5
* Re-use callback objects in the DataUseAggregator.sclittle2015-11-182-14/+28
* Delay amortizing overhead that isn't reflected in pre-amortization bytessclittle2015-11-182-55/+77
* Add tbansal to data_usage OWNERStbansal2015-11-161-0/+1
* Change TrafficStatsAmortizer to use scoped_ptrs for buffer.sclittle2015-11-122-6/+5
* Amortize data usage using TrafficStats on Android.sclittle2015-11-1210-236/+1157
* Include tab IDs when reporting data use accounting.sclittle2015-11-107-58/+180
* Add MCC/MNC to DataUse structtbansal2015-10-285-33/+118
* Use the TimeTicks value of request start time for data use accounting.sclittle2015-10-284-13/+28
* Pass around DataUse pointers instead of passing by value.sclittle2015-10-273-17/+30
* Buffer data usage in the DataUseAggregator.sclittle2015-10-145-41/+239
* Create component to expose network usage stats to consumers.sclittle2015-10-089-0/+471