summaryrefslogtreecommitdiffstats
path: root/base/metrics
Commit message (Expand)AuthorAgeFilesLines
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-1/+1
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-1/+1
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-1/+1
* Move std::string instance inside of loop.grt@chromium.org2013-11-211-2/+1
* Fix multiples typos while reading histogram.etienneb@chromium.org2013-11-201-5/+5
* Add a switch to emit browser histograms.grt@chromium.org2013-11-143-3/+102
* Update order of FieldTrial functions.asvitkine@chromium.org2013-10-302-29/+29
* Add static FieldTrial::CreateSimulatedFieldTrial function.asvitkine@chromium.org2013-10-293-4/+91
* Consolidate serialization code in base::HistogramDeltasSerializervitalybuka@chromium.org2013-10-237-52/+233
* Pass StatsTable shared memory via global descriptors on Posix rather than usi...rmcilroy@chromium.org2013-10-162-64/+114
* Use TotalCount not redundant_count to determine if to call RecordDeltaccameron@chromium.org2013-10-161-1/+1
* FieldTrial: Remove friend declarations for non-existing testsvabr@chromium.org2013-09-261-3/+0
* Fix inconsistent FieldTrial group assignment due to float errors.asvitkine@chromium.org2013-09-193-3/+52
* Re-enable pre-read experiment as a finch field trial.rogerm@chromium.org2013-09-131-0/+6
* Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for l...glider@chromium.org2013-09-043-4/+7
* Revert 221168 "Use nobarrier atomics for platform-size lossy cou..."glider@chromium.org2013-09-043-6/+4
* Use nobarrier atomics for platform-size lossy counters in base::HistogramSamp...glider@chromium.org2013-09-043-4/+6
* Remove deprecated FieldTrial::MakeName() API.asvitkine@chromium.org2013-09-033-42/+0
* Fix off-by-one error in StatsTable::GetRowValue().rmcilroy@chromium.org2013-08-281-2/+2
* Make field trial randomization type a constructor param.asvitkine@chromium.org2013-07-303-172/+157
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-253-2/+3
* Revert 212378 "Add a HistogramRecorder class and use cases."rnk@chromium.org2013-07-181-3/+3
* Add a HistogramRecorder class and use cases.lpromero@chromium.org2013-07-181-3/+3
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-172-2/+2
* Make --force-fieldtrials not activate them in the browser process.asvitkine@chromium.org2013-07-023-18/+77
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-285-5/+5
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-2711-65/+67
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-109-12/+12
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-073-4/+4
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-212-7/+13
* Delete Histogram.SharedRange.* suggested.acleung@chromium.org2013-05-102-60/+0
* Telemetry startup tests: Add more histograms to startup testsjeremy@chromium.org2013-05-106-3/+13
* Update comment for UseOneTimeRandomizationWithCustomSeed().asvitkine@chromium.org2013-05-071-4/+6
* Fix --dump-histograms-on-exit and make it work for Release builds.tonyg@chromium.org2013-05-023-19/+16
* Support custom randomization seed for VariationsService trials.asvitkine@chromium.org2013-04-112-6/+23
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-7/+7
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-7/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-7/+7
* Implement write methods for SparseHistogramjrummell@chromium.org2013-04-056-38/+127
* Telemetry: Don't silently compare histograms from different processes.marja@chromium.org2013-04-051-0/+2
* Revert 192526 "Telemetry: Don't silently compare histograms from..."marja@chromium.org2013-04-051-1/+0
* Telemetry: Don't silently compare histograms from different processes.marja@chromium.org2013-04-051-0/+1
* Disable StatsTableTest.MultipleThreads under ThreadSanitizer v2glider@chromium.org2013-04-011-1/+1
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-302-2/+2
* remove redundant DCHECK that a size_t variable >= 0mostynb@opera.com2013-03-261-1/+1
* SparseHistogram macroskaiwang@chromium.org2013-03-163-0/+112
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-063-10/+143
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-0112-94/+96