summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-225-151/+17
* Collect information about failing histogram factory calls.bcwhite2016-03-175-17/+151
* Add support for persistent sparse histograms.bcwhite2016-03-1711-142/+958
* Call CheckTrialGroup only under lock.asvitkine2016-03-161-2/+5
* Report histogram creation results.bcwhite2016-03-168-18/+235
* Refactor histogram_persistence to be a class.bcwhite2016-03-169-458/+666
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-145-146/+14
* Collect information about failing histogram factory calls.bcwhite2016-03-135-14/+146
* Add even more instrumentation for Android renderer crash.asvitkine2016-03-121-1/+2
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-115-124/+13
* Collect information about failing histogram factory calls.bcwhite2016-03-105-13/+124
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-095-118/+13
* Collect information about failing histogram factory calls.bcwhite2016-03-095-13/+118
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-084-110/+11
* Collect information about failing histogram factory calls.bcwhite2016-03-084-11/+110
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-073-89/+7
* Collect information about failing histogram factory calls.bcwhite2016-03-063-7/+89
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-052-59/+7
* Collect information about failing histogram factory calls.bcwhite2016-03-042-7/+59
* Revert of Collect information about failing histogram factory calls. (patchse...bcwhite2016-03-042-50/+7
* Collect information about failing histogram factory calls.bcwhite2016-03-032-7/+50
* Revert of Collect information about failing histogram factory calls. (patchse...dimich2016-03-032-47/+7
* Collect information about failing histogram factory calls.bcwhite2016-03-032-7/+47
* Fix element sizes in data structure for 32/64-bit exchange.bcwhite2016-02-242-7/+11
* Remove unused field trial activate mode param.asvitkine2016-02-223-80/+27
* Persist setup metrics and have Chrome report them during UMA upload.bcwhite2016-02-194-15/+50
* Create alias of variable so it lives for crash-reporting.bcwhite2016-02-191-0/+2
* Use base::StringPiece where reasonable in metrics code.bcwhite2016-02-194-6/+6
* base: Add missing copy ctors where appropriate.vmpstr2016-02-182-0/+3
* Merge multiple histogram snapshots into single one for reporting.bcwhite2016-02-1811-102/+390
* Expand scope of histogram tests.bcwhite2016-02-176-81/+180
* Restore lost metric change from used KiB to Percent.bcwhite2016-02-161-3/+3
* Track number of instances with a corrupt allocator.bcwhite2016-02-161-0/+13
* Add code to FieldTrialList to help diagnose a renderer crash.asvitkine2016-02-122-0/+17
* Add SharedMemory version of PersistentMemoryAllocator.bcwhite2016-02-123-9/+156
* Upload internal tracking histograms to UMA.bcwhite2016-02-113-20/+29
* New test and off-by-one fix for data persisted to disk.bcwhite2016-02-102-10/+22
* Switch histogram struct members that are sent over IPC to use uint32_t instea...jam2016-02-087-98/+100
* Fix static lock creation to be thread-safe.bcwhite2016-02-072-7/+10
* Time histogram create/lookup operations to track improvements and regressions.bcwhite2016-02-061-0/+48
* Revert of Fix static lock creation to be thread-safe. (patchset #1 id:1 of ht...jyasskin2016-02-062-5/+5
* Add Skia support for UMA statsericrk2016-02-051-6/+24
* Recognize additional persistent-histogram failures.bcwhite2016-02-051-1/+13
* Fix static lock creation to be thread-safe.bcwhite2016-02-052-5/+5
* Restrict volatile section of block header.bcwhite2016-02-052-8/+17
* Disable call to function with improper locking.bcwhite2016-02-041-1/+2
* Lock histograms during iteration.bcwhite2016-02-021-1/+7
* Support "shared" histograms between processes.bcwhite2016-02-0116-143/+1181
* Add more debugging CHECKS to diagnose an Android renderer crash.asvitkine2016-01-291-1/+1
* Fix overflow bug in histogram sample data structuresbcf2016-01-237-9/+90