summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl')
-rwxr-xr-xACE/examples/IPC_SAP/SOCK_SAP/summarize.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl b/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
index ee8ffd2df25..6411faa2f88 100755
--- a/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
@@ -1,3 +1,4 @@
+#! /usr/bin/perl
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
@@ -32,7 +33,7 @@ foreach $total_threads (sort {$a <=> $b} @total_threads) {
open (FILE, "client-${total_threads}.log") ||
die "$0: unable to open \"client-${total_threads}.log\"\n";
while ($line = <FILE>) {
- if ($line =~ /.*usec-per-message = ([\d\.]+)/)
+ if ($line =~ /.*usec-per-message = ([\d\.]+)/)
{
$high_latency += $1 ;
$number++;