summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Fix issue if field trials are activated too early in renderers.asvitkine2016-01-063-50/+110
* Cleanup: Remove double semicolons.thestig2016-01-041-4/+4
* Switch to standard integer types in base/.avi2015-12-2628-142/+204
* Move base GN subprojects into base.brettw2015-12-211-53/+0
* Fix Android renderer crash related to field trial synchronization.asvitkine2015-12-213-13/+14
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-14/+1
* Make base a static ibrarybrettw2015-12-181-1/+14
* Remove unused #include.davidben2015-12-171-1/+0
* Don't use a delgating constructor passing a member variable.bcwhite2015-12-141-1/+9
* Reorganize histograms for persistence.bcwhite2015-12-1018-108/+222
* Move HashMetricName to base namespace.bcwhite2015-11-304-0/+86
* Add base to "gn check".brettw2015-11-271-1/+5
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-253-5/+8
* Switch to static_assert in base/.avi2015-11-241-5/+4
* Use subtle::NoBarrier* statements for Histogram flags_ field.asvitkine2015-11-202-5/+7
* Use ThreadChecker in HistogramDeltaSerialization class.asvitkine2015-11-192-0/+12
* Deprecate *_EXPORT_PRIVATE macros.xhwang2015-11-066-13/+12
* Add more components to "gn check"brettw2015-10-221-0/+2
* Remove use of JSONReader::DeprecatedRead andolli.raula2015-10-071-3/+2
* Expand FeatureList to support FieldTrial association.asvitkine2015-09-283-0/+34
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Introduce a new FieldTrialList::IsTrialActive() API.asvitkine2015-09-242-13/+23
* Update full-form autofill config to always query the field trial state.jdonnelly2015-08-141-2/+4
* Add support to increase a UMA histogram bucket by an aribitrary integer.amohammadkhan2015-08-057-2/+70
* Add new memory histograms which fix inprecise bucketing. Current Memory.Total...rkaplow2015-08-051-0/+3
* Create an experiment that avoids mmap access of ICU during startup.danduong2015-07-272-5/+0
* Slow Reports - Add callbacks to histograms.simonhatch2015-07-157-3/+298
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-2/+2
* Optimize machine code size of UMA histogram macros.asvitkine2015-06-192-0/+85
* ServiceWorker: Migrate the script cache backend from BlockFile to Simplenhiroki2015-06-171-0/+3
* Change histogram.h includes to histogram_macros.h in metrics code.asvitkine2015-06-164-2/+4
* Optimize memory use of registered histograms.asvitkine2015-06-153-7/+23
* Move Pickle to base namespace.brettw2015-06-024-28/+25
* Fix sparse histograms logging counts of 0.asvitkine2015-05-273-5/+49
* Clean up base histograms code.asvitkine2015-05-2710-123/+86
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+2
* Don't crash in StatisticsRecorder if VLOG level changes.emaxx2015-05-131-2/+0
* Add some more scoped_ptr functions in values.hestade2015-05-071-2/+2
* Add histograms to record the number of writes to the prefs fileraymes2015-04-292-1/+1
* Fix typo in BUILD.gn filemdempsky2015-04-011-1/+1
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-1/+1
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+49
* Add UMA_SCOPED_HISTOGRAM_LONG_TIMER macro.rkaplow2015-02-172-8/+21
* Moved scoped_histogram_timer to the main histogram_macros.h since this is bro...rkaplow2015-02-132-0/+37
* removing all the code related to chrome://statscpu2015-02-125-1561/+0
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-3/+2
* Add missing .Pass() on return of SampleVectorscottmg2015-01-271-1/+1
* Fix Histogram shadowing warning on vs2015scottmg2015-01-271-3/+3
* Send all field trials from the browser.georgesak2015-01-143-0/+169