X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/a3b8b7b78302d32d42d600ee7342552f29a84f06..0050e301dae44fac57f8b30a22f07ec870618c2d:/latester/histogram.h diff --git a/latester/histogram.h b/latester/histogram.h index b7c1cca..b4546e4 100644 --- a/latester/histogram.h +++ b/latester/histogram.h @@ -56,7 +56,7 @@ struct histogram_stats { unsigned count; unsigned long long sum; unsigned avg; - unsigned percentile[100]; + unsigned percentile[101]; }; void histogram_stats(struct histogram *h, struct histogram_stats *s)