platform_system_core/metrics
Darin Petkov 2ccef01626 Add some basic tests for metrics_daemon.
A separate CL adds a test stanza to the metrics ebuild. More tests
(specifically, for the D-Bus MessageFilter) will also come in a
separate CL.

Review URL: http://codereview.chromium.org/1919005
2010-05-05 16:06:37 -07:00
..
Makefile Add some basic tests for metrics_daemon. 2010-05-05 16:06:37 -07:00
README Unify metrics_collection and metrics_daemon into metrics. 2010-04-14 13:32:20 -07:00
make_tests.sh Add some basic tests for metrics_daemon. 2010-05-05 16:06:37 -07:00
metrics_client.cc Add support for linear/enumeration histograms. 2010-04-21 15:45:10 -07:00
metrics_daemon.cc Add some basic tests for metrics_daemon. 2010-05-05 16:06:37 -07:00
metrics_daemon.h Add some basic tests for metrics_daemon. 2010-05-05 16:06:37 -07:00
metrics_daemon_main.cc Add some basic tests for metrics_daemon. 2010-05-05 16:06:37 -07:00
metrics_daemon_test.cc Add some basic tests for metrics_daemon. 2010-05-05 16:06:37 -07:00
metrics_library.cc Add support for linear/enumeration histograms. 2010-04-21 15:45:10 -07:00
metrics_library.h Add support for linear/enumeration histograms. 2010-04-21 15:45:10 -07:00
network_states.h Log time between network drops -- from online to offline. 2010-04-27 11:02:18 -07:00
omaha_tracker.sh Unify metrics_collection and metrics_daemon into metrics. 2010-04-14 13:32:20 -07:00
power_states.h ... will look into some unit and integration testing for all metrics code next in a separate CL. 2010-05-03 16:45:37 -07:00
screensaver_states.h ... will look into some unit and integration testing for all metrics code next in a separate CL. 2010-05-03 16:45:37 -07:00
session_states.h ... will look into some unit and integration testing for all metrics code next in a separate CL. 2010-05-03 16:45:37 -07:00
syslog_parser.sh Unify metrics_collection and metrics_daemon into metrics. 2010-04-14 13:32:20 -07:00

README

This packages contains all scripts and programs assoicated with metrics
collection for both Chrome's User Metrics Server and automated performance
metrics collection via Autotest. 

The package includes the metrics daemon for Chrome OS.  This program
runs as a daemon and collects events by polling and listening for
d-bus signals. It then adds timing (if needed) and sends the events
to Chrome for transport to the UMA server at Google.