summaryrefslogtreecommitdiffstats
path: root/tools/metrics/rappor/pretty_print_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert of Rappor: Separate noise params for flags. (patchset #3 id:40001 of ↵holte2015-06-051-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1161163002/) Reason for revert: Apparently, this creates static initializers. Original issue's description: > Rappor: Separate noise params for flags. > > Adds support for weak noise, allows the noise parameters for flags to be changed independently from string fields, and makes weak noise for flags the default. > > BUG=495712 > > Committed: https://crrev.com/a35158e17e72cf8a575b49e8d6ee669cd9168e4c > Cr-Commit-Position: refs/heads/master@{#332910} TBR=asvitkine@chromium.org,psuedorandom@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=495712 Review URL: https://codereview.chromium.org/1154213014 Cr-Commit-Position: refs/heads/master@{#332992}
* Rappor: Separate noise params for flags.holte2015-06-041-2/+5
| | | | | | | | | | Adds support for weak noise, allows the noise parameters for flags to be changed independently from string fields, and makes weak noise for flags the default. BUG=495712 Review URL: https://codereview.chromium.org/1161163002 Cr-Commit-Position: refs/heads/master@{#332910}
* Add UMA_RAPPOR_TYPE and fields in rappor.xmlholte2015-04-301-5/+46
| | | | | | | | | | | | | | | | This change adds a RapporType for UMA-targeted metrics that supports multidimensional metrics (which only supports up to 64-bits). Metrics do not usually need more bits than this, so this is the recommended RapporType for new UMA-targeted metrics, even if they don't use multidimensional support. It also updates the rappor.xml pretty printer to allow defining fields for multidimensional metrics. BUG=451647 Review URL: https://codereview.chromium.org/1116933005 Cr-Commit-Position: refs/heads/master@{#327803}
* Add pretty printing for rappor.xmlholte2015-02-171-0/+82
BUG=381380 Review URL: https://codereview.chromium.org/925753002 Cr-Commit-Position: refs/heads/master@{#316634}