From: Carl Worth Date: Sat, 9 Nov 2013 00:18:26 +0000 (-0800) Subject: Draw frame times as a bar chart. X-Git-Url: https://git.cworth.org/git?p=acre;a=commitdiff_plain;h=7b7e73ddc73169114c17be931cab0fd880ab25d4 Draw frame times as a bar chart. Using the recently added BARS_OR_LINE style in acre. --- diff --git a/acre-x.c b/acre-x.c index bf70dd5..80b86de 100644 --- a/acre-x.c +++ b/acre-x.c @@ -56,6 +56,7 @@ load_fips_data (const char *filename) acre_set_y_axis_label (acre, "Frame time (ms)"); frame_time = acre_data_create (); + acre_data_set_style (frame_time, ACRE_STYLE_BARS_OR_LINE); while (1) { int scanned;