| Commit message (Expand) | Author | Age | Files | Lines |
* | Histogram for UMA log upload connection type. | gayane | 2015-03-27 | 1 | -0/+15 |
* | Stop calling CommitPendingWriter() in LogCleanShutdown(). | hashimoto | 2015-03-27 | 1 | -3/+2 |
* | metrics: Deprecate "perf_data" in UMA proto | sque | 2015-03-26 | 1 | -2/+2 |
* | favor DCHECK_CURRENTLY_ON for better logs in components/ | mostynb | 2015-03-25 | 1 | -14/+14 |
* | Refactor metrics callback functions | holte | 2015-03-25 | 2 | -46/+29 |
* | Set a "metrics_client_id" crash key instead of "guid" on Mac OS X. | Mark Mentovai | 2015-03-24 | 4 | -0/+10 |
* | Metrics provider for statistical stack profiler | wittman | 2015-03-24 | 7 | -2/+660 |
* | base: "implement" seek time detection for iOS/Android and add more stubs. | dbeam | 2015-03-18 | 1 | -1/+1 |
* | metrics/base: log whether drives have seek penalties. | dbeam | 2015-03-18 | 1 | -1/+13 |
* | Deprecate WinSAT support in Chromium. | zmo | 2015-03-17 | 2 | -15/+0 |
* | UMA: use a more frequent upload interval for Chromecast. | gunsch | 2015-03-13 | 8 | -71/+29 |
* | Simplify MetricsService states | Steven Holte | 2015-03-12 | 2 | -135/+35 |
* | Adding query to the internal calculator results in the Suggestion drop down. | dschuyler | 2015-03-11 | 1 | -0/+1 |
* | Add number of CPU cores to UMA logs. | gayane | 2015-03-11 | 3 | -0/+5 |
* | Removing unused DeathData::ResetMax() method | vadimt | 2015-03-06 | 1 | -1/+1 |
* | Syncing profiler_event.proto with the internal version. | vadimt | 2015-03-05 | 3 | -13/+46 |
* | Remove UMAInitialMetricsTiming | holte | 2015-03-02 | 1 | -47/+13 |
* | Constructor without callback added to ProfilerMetricsProvider. | gayane | 2015-02-25 | 3 | -6/+8 |
* | Add a histogram to debug metrics entropy source use. | asvitkine | 2015-02-25 | 2 | -5/+17 |
* | Skip profiler data upload for cellular connections. | gayane | 2015-02-25 | 3 | -10/+36 |
* | Enable UMA log uploads for cellular networks. | gayane | 2015-02-23 | 7 | -12/+94 |
* | Use ManagednetworkConfigurationHandler where possible, add 'Shill' to NCH met... | stevenjb | 2015-02-20 | 1 | -3/+2 |
* | Allow server endpoint to be injected into the NetMetricsLogUploader from chrome/ | ivansham | 2015-02-18 | 7 | -13/+33 |
* | Fix a bug that newly created current_fetch_ is reset, if on_upload_complete | gfhuang | 2015-02-17 | 2 | -1/+59 |
* | Add holte@ to OWNERS files | holte | 2015-02-17 | 1 | -1/+1 |
* | Sort GN files under components | satorux | 2015-02-16 | 1 | -4/+4 |
* | Disable test under WinXP. | rpaquay | 2015-02-13 | 1 | -0/+5 |
* | Rename INFINITE to TAIL suggest. | mariakhomenko | 2015-02-10 | 1 | -2/+2 |
* | Removed ScopedAllowIO from MetricsStateManager. | gayane | 2015-02-09 | 2 | -6/+0 |
* | Remove and deprecate SEARCH_SUGGEST_ANSWER. This type is no longer used in t... | dschuyler | 2015-02-02 | 1 | -1/+3 |
* | Fix Widows GN build of components/metrics. | vchigrin | 2015-01-23 | 1 | -0/+4 |
* | Elim device log spam when translating ONC | stevenjb | 2015-01-23 | 1 | -2/+2 |
* | Add CAST_PRODUCT_TYPE_AUDIO to cast metrics proto | cleichner | 2015-01-23 | 1 | -0/+1 |
* | Update {virtual,override,final} to follow C++11 style in components, round 2. | dcheng | 2015-01-23 | 1 | -1/+1 |
* | Fix flakyness of stability log metrics service unit test. | asvitkine | 2015-01-08 | 1 | -8/+37 |
* | Setting is_asan_build field in system profile proto | vadimt | 2015-01-07 | 2 | -1/+7 |
* | Modified GzipCompress & GzipUncompress in components/metrics to allow the alg... | georgesak | 2015-01-05 | 3 | -7/+28 |
* | Cleanup: Update the path to gfx size headers. | tfarina | 2015-01-03 | 2 | -2/+2 |
* | Standardize usage of virtual/override/final specifiers in components/. | dcheng | 2014-12-30 | 1 | -1/+1 |
* | Add UMA Histogram Manager to Cronet. | rtenneti | 2014-12-15 | 8 | -30/+352 |
* | Revert "Add UMA Histogram Manager to Cronet." | andresantoso | 2014-12-15 | 8 | -351/+30 |
* | Add UMA Histogram Manager to Cronet. | rtenneti | 2014-12-13 | 8 | -30/+351 |
* | Fix a bug that causes the metrics loop to be broken. | holte | 2014-12-12 | 1 | -4/+7 |
* | Add CastLogsProto to ChromecastUserMetricsExtension that is for Chromecast | gfhuang | 2014-12-10 | 3 | -1/+146 |
* | Prefix CommandLine usage with base namespace (Part 9: components) | kkosztyo.u-szeged | 2014-12-04 | 2 | -2/+2 |
* | gn format //components | scottmg | 2014-12-03 | 1 | -2/+3 |
* | Add more components unittests to the GN build. | brettw | 2014-11-26 | 1 | -1/+18 |
* | Clear stability count data immediately after user opts in UMA. | yiyaoliu | 2014-11-19 | 2 | -12/+18 |
* | Move metrics_service_accessor.cc to metrics component. | asvitkine | 2014-11-14 | 4 | -1/+67 |
* | UMA: Set Hardware model class on Mac. | jeremy | 2014-11-06 | 1 | -2/+3 |