| Index: src/platform/metrics/README
|
| diff --git a/src/platform/metrics/README b/src/platform/metrics/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d88992dafa762732d929315f3e290acd3b9936ab
|
| --- /dev/null
|
| +++ b/src/platform/metrics/README
|
| @@ -0,0 +1,8 @@
|
| +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.
|
|
|