PAL: Improve latency graphs 31/30731/5
authorVratko Polak <vrpolak@cisco.com>
Thu, 14 Jan 2021 12:34:08 +0000 (13:34 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 18 Jan 2021 05:32:14 +0000 (05:32 +0000)
commit826d80373dbd20bc1feac2403e9cade9e5633336
tree908194f134ed7bbe98c5948791c80a048cd0ab9b
parent7f0abbb8f56342fc09b09beb47661f4d55b7eb62
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 <vrpolak@cisco.com>
resources/tools/presentation/generator_plots.py