Commit 4752f052 authored by Joanne Hugé's avatar Joanne Hugé

Fix histogram displaying wrong interval for jitter

parent 16e470ca
......@@ -301,8 +301,8 @@ static void print_histograms() {
"\"metadata\": {"
"\"i\": \"%dus\", \"duration\": \"%dh%d\""
"},"
"\"props\": [[", interval,
MAX_HIST_VAL / 2 - min_hist_val,
"\"props\": [[", MAX_HIST_VAL / 2 - min_hist_val,
interval,
duration_hour,
duration_minutes);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment