Home | History | Annotate | Download | only in benchlog

Lines Matching refs:JGR

40 	open(JGR, ">$base.jgr") || die "open >$base.jgr: $!";
41 printf JGR "bbox -20 -12 392 95\n";
42 printf JGR "newgraph clip x_translate 0.25 y_translate 0.25\n";
47 printf JGR "newcurve pts\n";
57 printf JGR "$i %f (* %s *)\n", $val, $key;
60 printf JGR "marktype none color $color linethickness 2 linetype solid label : $who\n";
63 printf JGR "xaxis min -1 max $n size 5 label : text size (bytes)\n";
64 printf JGR " no_auto_hash_marks hash_labels fontsize 9\n";
66 printf JGR " hash_at $i hash_label at $i : $sizes[$i]\n";
87 printf JGR "newstring x $x1 y $y1 hjl $v : $who\n";
89 printf JGR "yaxis min 0 max $y size 1 label : speed (MB/s)\n";
90 printf JGR " hash_labels fontsize 9\n";
91 # printf JGR "legend defaults font Times-Roman fontsize 10 x 0 y $y hjl vjt\n";
93 system("jgraph $base.jgr >$base.eps"); # die "system: $!";