Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: src/platform/metrics/README

Issue 1650006: Unify metrics_collection and metrics_daemon into metrics. (Closed)
Patch Set: PTAL -- further cleanup based on the ebuild cleanup. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/metrics/Makefile ('k') | src/platform/metrics/marshal_void__string_boxed.list » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « src/platform/metrics/Makefile ('k') | src/platform/metrics/marshal_void__string_boxed.list » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698