From 7ff12ef5c376cbd751d1aa2f0b88b55e49777b62 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 20 Aug 2013 13:22:14 +0200 Subject: [PATCH] Frame Information in plots from unpacker --- tools/preview/unpack_hld.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/preview/unpack_hld.pl b/tools/preview/unpack_hld.pl index c378514..2ee7e90 100755 --- a/tools/preview/unpack_hld.pl +++ b/tools/preview/unpack_hld.pl @@ -514,14 +514,14 @@ sub WriteResults { my $s = sprintf("%04x",$id); print $fg strftime("set label 100 \"%H:%M:%S\" at screen 0.98,0.02 right tc rgb \"#000044\" font \"monospace,8\"\n", localtime()); - print $fg "set label 101 \"".$hitcount->{$id}." States\" at screen 0.02,0.02 left tc rgb \"#000044\" font \"monospace,8\"\n" ; + print $fg "set label 101 \"".$hitcount->{$id}." States, $Statistics->{$id}->{Valid} good, $Statistics->{$id}->{Broken} broken\" at screen 0.02,0.02 left tc rgb \"#000044\" font \"monospace,8\"\n" ; print $fg "set output '$opt_picpath/image_recalibrated_$s$num.png';\n"; print $fg "plot '-' matrix with image\n"; } else { my $s = sprintf("%04x",$id); print $fg strftime("set label 100 \"%H:%M:%S\" at screen 0.98,0.02 right tc rgb \"#000044\" font \"monospace,8\"\n", localtime()); - print $fg "set label 101 \"".$hitcount->{$id}." States\" at screen 0.02,0.02 left tc rgb \"#000044\" font \"monospace,8\"\n" ; + print $fg "set label 101 \"".$hitcount->{$id}." States, $Statistics->{$id}->{Valid} good, $Statistics->{$id}->{Broken} broken\" at screen 0.02,0.02 left tc rgb \"#000044\" font \"monospace,8\"\n" ; print $fg "set output '$opt_picpath/image_recalibrated_$s$num.png';\n"; print $fg "replot\n"; -- 2.43.0