| Commit message (Expand) | Author | Age | Files | Lines |
* | external metrics: change event file location | semenzato@chromium.org | 2014-05-18 | 1 | -1/+1 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Disable noisy printf in external_metrics.cc | danakj@chromium.org | 2014-02-05 | 1 | -1/+1 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 1 | -1/+1 |
* | Update the location of extract_actions.py in comments. | xhwang@chromium.org | 2013-12-03 | 1 | -5/+5 |
* | shill (chromeos): Enables new ProgressiveScan field trial groups | wdg@chromium.org | 2013-10-03 | 1 | -0/+3 |
* | cros: Remove SwapJank64vs32Parrot experiment | jamescook@chromium.org | 2013-10-01 | 1 | -54/+0 |
* | base: Move PerfTimer out of test/ directory. | tfarina@chromium.org | 2013-09-29 | 1 | -2/+2 |
* | Parse /etc/lsb-release only once on ChromeOS | stevenjb@chromium.org | 2013-09-26 | 1 | -10/+1 |
* | Fix incorrect file_util::WriteFile() checks. | thestig@chromium.org | 2013-09-20 | 1 | -6/+5 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 1 | -1/+1 |
* | Separate parrot and non-parrot in swapjank experiment | semenzato@chromium.org | 2013-08-01 | 1 | -6/+33 |
* | Make field trial randomization type a constructor param. | asvitkine@chromium.org | 2013-07-30 | 1 | -8/+8 |
* | cros: Remove completed zram field trial | jamescook@chromium.org | 2013-07-03 | 1 | -105/+1 |
* | cros: Init field trial for Swap Jank 32 vs 64 | jamescook@chromium.org | 2013-06-29 | 1 | -3/+48 |
* | Use a direct include of time headers in chrome/browser/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | shill (chromeos): Makes progressive scan finch experiment server-controlled | wdg@chromium.org | 2013-06-27 | 1 | -21/+27 |
* | shill (chromeos): Enables finch experiment for progressive wifi scan. | wdg@chromium.org | 2013-06-20 | 1 | -1/+155 |
* | Export sparse UMA histograms to Chrome OS. | semenzato@chromium.org | 2013-05-07 | 1 | -47/+63 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -2/+2 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Histogram argument related change | kaiwang@chromium.org | 2012-10-24 | 1 | -21/+24 |
* | Histogram - add check for external Histogram data with mismatching range. | hshi@google.com | 2012-10-01 | 1 | -6/+6 |
* | Histogram - add check for external LinearHistogram data with mismatching range. | hshi@chromium.org | 2012-09-05 | 1 | -1/+10 |
* | Histogram - add check for invalid LinearHistogram data. | hshi@chromium.org | 2012-08-24 | 1 | -0/+6 |
* | Added check for invalid histogram data, added additional diagnostics to find ... | zelidrag@chromium.org | 2012-08-03 | 1 | -0/+19 |
* | Record user action metrics when the user presses F5, Shift+F5, Alt+Tab, Shift... | yusukes@chromium.org | 2012-07-20 | 1 | -6/+0 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 1 | -4/+4 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -3/+4 |
* | Replace NewRunnableMethod with Bind in ExternalMetrics. | achuith@chromium.org | 2011-11-03 | 1 | -4/+7 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Put UMA user action added by Chrome OS CL#7864 in list of valid actions. | petkov@chromium.org | 2011-09-19 | 1 | -0/+1 |
* | Put UMA user actions added by Chrome OS CL#7565 in list of valid actions. | petkov@chromium.org | 2011-09-16 | 1 | -0/+2 |
* | cros: Even more clang plugin appeasing; even more compile error fixing (in ne... | thakis@chromium.org | 2011-05-15 | 1 | -0/+2 |
* | Move UserMetrics to content. | michaeln@google.com | 2011-04-27 | 1 | -1/+1 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -3/+3 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | chromeos: Simplify user action code. | derat@chromium.org | 2011-01-21 | 1 | -37/+18 |
* | Add support for collecting non-Chrome crash stats in Chrome OS. | petkov@chromium.org | 2011-01-21 | 1 | -0/+16 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -5/+5 |
* | Rename ChromeThread to BrowserThread Part17: | tfarina@chromium.org | 2010-10-11 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part7: | tfarina@chromium.org | 2010-10-08 | 1 | -4/+4 |
* | Measure the time it takes to collect external metrics. | petkov@chromium.org | 2010-07-01 | 1 | -0/+3 |
* | Landing http://codereview.chromium.org/1735003 | chocobo@chromium.org | 2010-04-21 | 1 | -2/+10 |
* | Lands http://codereview.chromium.org/1610030/show from Luigi: | sky@chromium.org | 2010-04-21 | 1 | -174/+67 |
* | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 1 | -4/+6 |
* | chromeos: Add some network metrics to the external metrics transport. | derat@chromium.org | 2009-12-16 | 1 | -4/+84 |
* | Still fixing ChromiumOS build. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -0/+1 |