Upper and lower capping for percentiles

  This is a work around to hide the loss of statistical accuracy due to
  data binning in histograms. For cases where a percentile value is lower
  than the minimum or greater than maximum read values percentile is capped
  to minimum\maximum value accordingly.

  Fixed the message printed by "PrintConfidenceIntervals(double)", instead
  of printing 0.99% it now prints 99%.

  Added more test cases to cover corner cases for clipping.

Change-Id: Ifae41336282a4dfdbeb325b2c2b87c41c8030c38
2 files changed
tree: b87e476e03d5bdf088e2be400a41543e42e6fdc2
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk