Mercurial > pygar
comparison scripts/setup-mit-6.375-bmark-processor @ 32:0c775e733b81 pygar svn.33
[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author | punk |
---|---|
date | Mon, 03 May 2010 09:53:56 -0400 |
parents | 90197e3375e2 |
children |
comparison
equal
deleted
inserted
replaced
31:f41eef1bebfc | 32:0c775e733b81 |
---|---|
60 } | 60 } |
61 | 61 |
62 my $bmark = $ARGV[0]; | 62 my $bmark = $ARGV[0]; |
63 my $srcdir = $ARGV[1]; | 63 my $srcdir = $ARGV[1]; |
64 my $dstdir = $ARGV[2]; | 64 my $dstdir = $ARGV[2]; |
65 my $basedir = `pwd`; | |
66 chomp($basedir); | |
65 | 67 |
66 print "BMARK: $bmark\n"; | 68 print "BMARK: $bmark\n"; |
67 print "SRC: $srcdir\n"; | 69 print "SRC: $srcdir\n"; |
68 print "DST: $dstdir\n"; | 70 print "DST: $dstdir\n"; |
69 | 71 print "BASE: $basedir\n"; |
72 | |
70 if (! defined($group)) { | 73 if (! defined($group)) { |
71 $group = $bmark; | 74 $group = $bmark; |
72 } | 75 } |
73 | 76 |
74 chdir($dstdir) or ErrorExit("Failed to cd to $dstdir"); | 77 chdir($dstdir) or ErrorExit("Failed to cd to $dstdir"); |