summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* 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
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-5/+5
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-16/+16
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-235-16/+8
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-2/+1
* Split macros from base/metrics/histogram.h to histogram_macros.h.asvitkine2014-11-152-228/+241
* Cleanup: small comment fix after LOCAL_HISTOGRAM renamejeremy2014-11-111-1/+1
* Added a marker for field trials passed on the command line to force their act...georgesak2014-11-053-6/+47
* Change dont_embed_build_metadata default to 1 except for Official build and f...sebmarchand2014-10-311-4/+5
* Add a death test to check field trial creation before FieldTrialList.asvitkine2014-10-232-2/+16
* Standardize usage of virtual/override/final in base/dcheng2014-10-2110-100/+94
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-152-3/+3
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0710-62/+62
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-021-7/+7
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-11/+15
* Disable TLS destructor tests on Win x64 incrementalscottmg2014-09-191-1/+5
* CreateTrailsFromString function accepts values for trails_string argument wit...gayane2014-09-162-4/+14
* Use precisely sized integer types in histograms code.isherman2014-08-281-6/+8
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-271-42/+52
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-267-169/+37
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+3
* [UMA] Fix a crash on logging user actions posted from a non-UI thread.isherman@chromium.org2014-04-102-15/+46