From: Vratko Polak Date: Thu, 14 Jan 2021 12:34:08 +0000 (+0100) Subject: PAL: Improve latency graphs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=826d80373dbd20bc1feac2403e9cade9e5633336;hp=826d80373dbd20bc1feac2403e9cade9e5633336;p=csit.git PAL: Improve latency graphs Previously, they used sloped lines connecting reported points. But HdrHistogram reports only the upper bound of percentile. Example: If all samples are 10us, HdrHistogram reports a single value at 100%. This change attempts to show the whole intervals (0%-100% for the example) as a series (vertically connected) of horizontal lines. Hover also shows percentiles as intervals. Change-Id: Id7bbff7b1c29d7f62472041340fde88903363cfa Signed-off-by: Vratko Polak ---