1. 694553d metrics_collector: add libmetricscollectorservice binder service by Todd Poynor · 9 years ago
  2. 9d3a4ae metricsd: Use different directories for each daemon. by Bertrand SIMONNET · 9 years ago
  3. a7bc1c1 metricsd: Specify directory for persistent integers. by Bertrand SIMONNET · 9 years ago
  4. 608e428 metricsd: Split into two daemons. by Bertrand SIMONNET · 9 years ago[Renamed (88%) from metricsd/metrics_daemon_test.cc]
  5. ad6ab58 metricsd: Remove dead code. by Bertrand SIMONNET · 9 years ago
  6. 74dc624 system/core: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  7. 7a96405 metricsd: Only collect metrics over a short period. by Bertrand SIMONNET · 9 years ago
  8. 28a78b7 metricsd: move timer_mock.h and metrics_library_mock.h into include/metrics/ by Samuel Tan · 9 years ago
  9. dc03477 metricsd: Fix unit tests. by Bertrand SIMONNET · 9 years ago
  10. 2765d0a metricsd: Use the metrics directory everywhere. by Bertrand SIMONNET · 9 years ago
  11. ebbe35c metricsd: Collect generic stats about the system. by Bertrand SIMONNET · 9 years ago
  12. 6d5822e Revert "metricsd: Collect generic stats about the system." by Bill Yi · 9 years ago
  13. 90b02cd metricsd: Collect generic stats about the system. by Bertrand SIMONNET · 9 years ago
  14. 675a10c metricsd: Fix style issues. by Bertrand SIMONNET · 9 years ago
  15. 1253186 metricsd: Make the unit tests pass. by Bertrand SIMONNET · 9 years ago
  16. 52e5b99 metricsd: Relicense as Apache 2. by Bertrand SIMONNET · 9 years ago
  17. da21ac0 metricsd: Rename metrics to metricsd. by Bertrand SIMONNET · 9 years ago[Renamed from metrics/metrics_daemon_test.cc]
  18. bd3505e metrics: Consolidate constants in constants.h. by Bertrand SIMONNET · 9 years ago
  19. 4b915ae metrics: Fix import paths for headers. by Bertrand SIMONNET · 9 years ago
  20. dc86589 metrics: replace "Logging.*" with "Platform.*" by Luigi Semenzato · 9 years ago
  21. 732fe21 delete __STDC_{FORMAT,LIMIT}_MACROS by Mike Frysinger · 9 years ago
  22. 9340842 metrics: make metrics library also use /var/lib/metrics/uma-events by Luigi Semenzato · 9 years ago
  23. e86591e metrics: Convert Metrics to DBusDaemon by Steve Fung · 10 years ago
  24. cac74e1 metrics: use TimeDelta for upload_interval by Bertrand SIMONNET · 10 years ago
  25. 71a62ef metrics: add support for other product id by Bertrand SIMONNET · 10 years ago
  26. 67906c6 metrics: remove gflags dependency by Steve Fung · 10 years ago
  27. dc1ef3c metrics: read /sys/class/block/*/stat correctly by Nathan Bullock · 10 years ago
  28. 51bf92a Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  29. 1459503 platform2: Replace NULL with nullptr in minor components by Alex Vakulenko · 10 years ago
  30. f05ab40 metrics: Use integer types from stdint.h by Ben Chan · 10 years ago
  31. e6cfd64 metrics: fix lint warnings by Bertrand SIMONNET · 10 years ago
  32. 346c43b metrics: fix unittest by Bertrand SIMONNET · 10 years ago
  33. 46b49da Add an uploader to metrics_daemon by Bertrand SIMONNET · 10 years ago
  34. 9636019 metrics_daemon: add zram stats collection by Luigi Semenzato · 10 years ago
  35. 8c3cd41 metrics: Update to build against libchrome-271506 by Ben Chan · 10 years ago
  36. e5883fa metrics_daemon: restore correct meaning of Logging.DailyUse. by Luigi Semenzato · 10 years ago
  37. cc43be1 Remove unused variable in metrics_daemon_test.cc. by Wu-Cheng Li · 10 years ago
  38. c83975a metrics: Clean up user-active code. by Daniel Erat · 10 years ago
  39. 5ef2e39 metrics_daemon: report cumulative daily use. by Luigi Semenzato · 10 years ago
  40. 2fd51cc metrics: refactor counters by Luigi Semenzato · 10 years ago
  41. 859b3f0 metrics: add per-version cumulative counters by Luigi Semenzato · 10 years ago
  42. 2e6543d Update to build against libchrome-242728. by Ben Chan · 10 years ago
  43. 1c5708f metrics_daemon_test: drop unused vars by Mike Frysinger · 11 years ago
  44. 4b8aebb Add additional stats for swapping from /proc/vmstat by Sonny Rao · 11 years ago
  45. e6fcdab metrics: fix clang syntax checking error. by Yunlian Jiang · 11 years ago
  46. fb3a821 Collect CPU frequency thermal throttling stats by Luigi Semenzato · 11 years ago
  47. 40f2573 metrics: Listen to session manager for screen lock/unlock signals. by Darin Petkov · 11 years ago
  48. 5bd764f Add page fault statistics. by Luigi Semenzato · 13 years ago
  49. 8accd33 Add memuse stats and fix disk I/O computations. by Luigi Semenzato · 13 years ago
  50. 29c7ef9 Add meminfo UMA collection. by Luigi Semenzato · 13 years ago
  51. c88e42d Collect some disk statistics. by Luigi Semenzato · 13 years ago
  52. b9b05e6 metrics: Update tests to send user in session state change. by Daniel Erat · 14 years ago
  53. 239b826 remove TimeToDrop support by Sam Leffler · 14 years ago
  54. 4c5daa4 Add weekly crash counters, refactor metrics_daemon, respect opt-in in library. by Ken Mixter · 14 years ago
  55. ccd84c0 Add # daily crashes metrics and separate kernel crashes out. by Ken Mixter · 14 years ago
  56. 38d5cb0 Log active use time between kernel crashes. by Darin Petkov · 14 years ago
  57. 1bb904e Measure and report time between user-space process crashes. by Darin Petkov · 14 years ago
  58. f1e85e4 Implement a persistent storage aggregation counter class. by Darin Petkov · 14 years ago
  59. 6bf6e25 Update metrics daemon to use new power manager signals for locking (4 of 7). by David James · 14 years ago
  60. 3b3add5 Cleanup style nits in metrics daemon. by David James · 14 years ago
  61. e334840 s/org.moblin.connman/org.chromium.flimflam/ by Darin Petkov · 14 years ago
  62. f27f036 Update metrics_daemon to use base/time.h instead of time_t directly. by Darin Petkov · 14 years ago
  63. 11b8eb3 Add metrics library tests. Some metrics daemon API cleanup. by Darin Petkov · 14 years ago
  64. fc91b42 Start transition the metrics library to non-static API. Use gmock in tests. by Darin Petkov · 14 years ago
  65. e579d66 Add tests for the D-Bus MessageFilter. by Darin Petkov · 14 years ago
  66. 2ccef01 Add some basic tests for metrics_daemon. by Darin Petkov · 14 years ago