repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
Colocated_Roundtrip
/
generate_gnuplot.pl
blob
16726a37d2a7a3a1c837f77279d3b6bd4fd44650
1
#!/usr/bin/env perl -w
2
#
3
4
foreach
$t
(
@ARGV
) {
5
print
"plot '"
,
$t
,
"_delta.32.histo.dat'
\n
"
;
6
foreach
$i
(
2
.
.16
) {
7
print
"replot '"
,
$t
,
"_delta."
,
32
*
$i
,
".histo.dat'
\n
"
;
8
}
9
}