stat: make priority summary statistics consistent with percentiles
authorVincent Fu <vincent.fu@wdc.com>
Thu, 30 Jan 2020 20:16:52 +0000 (15:16 -0500)
committerVincent Fu <vincent.fu@wdc.com>
Tue, 4 Feb 2020 15:14:04 +0000 (10:14 -0500)
commit38ec5c5141043076075b3f1f3ac38bafba1c19f2
treeebc7e9ea44b6ffe19e37d072f156d53da01f376c
parentdd39b9cec30fd0540f62aef9db8cb2b565b0a8e6
stat: make priority summary statistics consistent with percentiles

When lat_percentiles=1, reported high/low priority percentiles will
describe total latency values. Make the summary statistics (min, max,
mean, stddev) also describe total latency. Otherwise there will be a
mismatch in the JSON output with completion latency summary statistics
combined with total latency percentile values.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
stat.c