diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-25 00:48:29 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-25 00:48:29 +0000 |
commit | a94fe6a7fb8d6bd3a3dda6ff5cf5ac4abf88745e (patch) | |
tree | 1c02a943f088017ace6373785e5a98db733834ec /base/metrics | |
parent | 2a92f218aa92251c99c5d40f9b0a10ac58e576d2 (diff) | |
download | chromium_src-a94fe6a7fb8d6bd3a3dda6ff5cf5ac4abf88745e.zip chromium_src-a94fe6a7fb8d6bd3a3dda6ff5cf5ac4abf88745e.tar.gz chromium_src-a94fe6a7fb8d6bd3a3dda6ff5cf5ac4abf88745e.tar.bz2 |
[UMA] Update documentation for running the extract_actions.py script.
BUG=none
TEST=none
R=asvitkine@chromium.org
Review URL: https://codereview.chromium.org/206473008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/metrics')
-rw-r--r-- | base/metrics/user_metrics.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/base/metrics/user_metrics.h b/base/metrics/user_metrics.h index 10e7d3c..57356c3 100644 --- a/base/metrics/user_metrics.h +++ b/base/metrics/user_metrics.h @@ -30,9 +30,10 @@ namespace base { // name from the hash later on. // // Once a new recorded action is added, run -// tools/metrics/actions/extract_actions.py --hash -// to generate a new mapping of [action hashes -> metric names] and send it -// out for review to be updated. +// tools/metrics/actions/extract_actions.py +// to add the metric to actions.xml, then update the <owner>s and <description> +// sections. Make sure to include the actions.xml file when you upload your code +// for review! // // For more complicated situations (like when there are many different // possible actions), see RecordComputedAction. |