summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl
blob: f39e43497d6deb0ff779af232cf3377a474c7741 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -w
#
# $Id$
#

foreach $t (@ARGV) {
  print "plot '", $t, "_delta.32.histo.dat'\n";
  foreach $i (2..16) {
    print "replot '", $t, "_delta.", 32*$i, ".histo.dat'\n";
  }
}