| Commit message (Expand) | Author | Age | Files | Lines |
* | [Coverity] Pass-by-val -> pass-by-ref | groby@chromium.org | 2012-10-09 | 3 | -9/+8 |
* | Changes pref for whether last session exited cleanly from a boolean to | sky@chromium.org | 2012-10-05 | 1 | -2/+2 |
* | [Coverity] Fix uninitialized member variable. | kmadhusu@chromium.org | 2012-10-03 | 1 | -2/+1 |
* | Fix CPM casting issue; refactor renderer crash events | rdevlin.cronin@chromium.org | 2012-10-03 | 10 | -68/+113 |
* | Add guards to metric values; erase bad events/metrics from db | rdevlin.cronin@chromium.org | 2012-09-27 | 10 | -87/+361 |
* | Revert 157168 - Add guards to metric values; erase bad events/metrics from db | rdevlin.cronin@chromium.org | 2012-09-17 | 10 | -369/+81 |
* | Add guards to metric values; erase bad events/metrics from db | rdevlin.cronin@chromium.org | 2012-09-17 | 10 | -81/+369 |
* | Use appropriate units for display in PerformanceMonitor | rdevlin.cronin@chromium.org | 2012-09-11 | 3 | -145/+0 |
* | Make CPM DB use chars for key prefixes | rdevlin.cronin@chromium.org | 2012-09-07 | 6 | -200/+423 |
* | Add a kPerformanceMonitorInterval switch to adjust the time resolution | rdevlin.cronin@chromium.org | 2012-09-05 | 3 | -4/+26 |
* | CPM Localization | rdevlin.cronin@chromium.org | 2012-09-04 | 7 | -193/+16 |
* | Remove use of GetTerminationStatus() in PerformanceMonitor | rdevlin.cronin@chromium.org | 2012-08-31 | 2 | -31/+26 |
* | Add GetMaxStatsForActivityAndMetric to the Performance Monitor database. | hebert.christopherj@chromium.org | 2012-08-31 | 3 | -4/+138 |
* | Add BytesRead metric to CPM | rdevlin.cronin@chromium.org | 2012-08-27 | 5 | -1/+167 |
* | Refactor Metrics | rdevlin.cronin@chromium.org | 2012-08-24 | 11 | -187/+186 |
* | Revert 153045 - Refactor Metrics | xhwang@chromium.org | 2012-08-23 | 11 | -187/+188 |
* | Refactor Metrics | rdevlin.cronin@chromium.org | 2012-08-23 | 11 | -188/+187 |
* | Add a commandline switch to run PerformanceMonitor | rdevlin.cronin@chromium.org | 2012-08-14 | 1 | -1/+1 |
* | CPM Page Load timing | rdevlin.cronin@chromium.org | 2012-08-12 | 5 | -0/+64 |
* | Fix static initialization in CPM Metric Details | rdevlin.cronin@chromium.org | 2012-08-10 | 3 | -79/+48 |
* | CPM Refactor and Cleanup | rdevlin.cronin@chromium.org | 2012-08-09 | 9 | -374/+158 |
* | Add Startup Timing to CPM | rdevlin.cronin@chromium.org | 2012-08-09 | 7 | -3/+390 |
* | Performance monitor stats gathering. | mitchellwrosen@chromium.org | 2012-08-08 | 7 | -3/+216 |
* | Revert 149766 - Performance monitor stats gathering. | mazda@chromium.org | 2012-08-03 | 7 | -220/+3 |
* | Performance monitor stats gathering. | mitchellwrosen@chromium.org | 2012-08-03 | 7 | -3/+220 |
* | CPM: revised unclean exit watching, revised renderer crash test | rdevlin.cronin@chromium.org | 2012-08-02 | 9 | -29/+336 |
* | Adds a method to the Performance Monitor Database to fetch the most recent me... | hebert.christopherj@chromium.org | 2012-08-02 | 3 | -0/+47 |
* | Add OWNERS file to chrome/browser/performance_monitor | rdevlin.cronin@chromium.org | 2012-08-02 | 1 | -0/+3 |
* | Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that... | jam@chromium.org | 2012-07-30 | 1 | -1/+1 |
* | Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused b... | jam@chromium.org | 2012-07-26 | 1 | -1/+2 |
* | CPM: API changes for API/UI integration. | mtytel@chromium.org | 2012-07-25 | 3 | -6/+12 |
* | Chrome Performance Monitor: Moved MetricDetails lookup to metric_details.*. | mtytel@chromium.org | 2012-07-24 | 7 | -206/+182 |
* | Moved CrxInstaller and CrxInstallerError into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-24 | 2 | -4/+4 |
* | Stopped performacen_monitor/database_unittest.cc from leaking temp dirs | eaugusti@chromium.org | 2012-07-20 | 1 | -20/+21 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 1 | -2/+2 |
* | Performance Monitor Database now accepts start times during current active in... | hebert.christopherj@chromium.org | 2012-07-19 | 3 | -21/+70 |
* | sync: Track validity of about:sync fields | rlarocque@chromium.org | 2012-07-19 | 1 | -1/+2 |
* | Revert 147094 - Add Unclean Exit Watching to CPM | rlarocque@chromium.org | 2012-07-17 | 9 | -269/+17 |
* | Add Unclean Exit Watching to CPM | rdevlin.cronin@chromium.org | 2012-07-17 | 9 | -17/+269 |
* | CPM Extension Uninstall Watching | rdevlin.cronin@chromium.org | 2012-07-17 | 2 | -1/+48 |
* | Add Crash Listening to CPM | rdevlin.cronin@chromium.org | 2012-07-16 | 6 | -9/+68 |
* | Chrome Performance Monitor: Metric API Functions. | mtytel@chromium.org | 2012-07-13 | 6 | -9/+37 |
* | Added notification to signal when PerformanceMonitor is done init'ing, which ... | rdevlin.cronin@chromium.org | 2012-07-13 | 7 | -140/+206 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 4 | -4/+0 |
* | Coverity: Fix pass-by-values. | jhawkins@chromium.org | 2012-07-03 | 2 | -9/+12 |
* | Disable PerformanceMonitorBrowserTest.NewVersionEvent test on Windows. | kmadhusu@chromium.org | 2012-07-03 | 1 | -1/+7 |
* | CPM Version Watching | rdevlin.cronin@chromium.org | 2012-06-30 | 7 | -6/+119 |
* | Chrome Performance Monitor: Event API functions | mtytel@chromium.org | 2012-06-29 | 5 | -62/+93 |
* | Chrome Performance Monitor Database -- Metrics | eaugusti@chromium.org | 2012-06-29 | 5 | -17/+526 |
* | Disable PerformanceMonitorBrowserTest.DisableAndEnableExtensionEvent on non-d... | mattm@chromium.org | 2012-06-29 | 1 | -1/+1 |