Author: eb
Date: 2008-02-14 20:39:25 -0700 (Thu, 14 Feb 2008)
New Revision: 7696
Modified:
gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py
Log:
benchmarking script fixes
Modified: gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py
===================================================================
--- gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py
2008-02-15 03:39:06 UTC (rev 7695)
+++ gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py
2008-02-15 03:39:25 UTC (rev 7696)
@@ -62,14 +62,14 @@
f.write(cmd)
f.write(cmd)
- f.write(") 2>&1 | tee %s\n" % (make_fname('results'),))
+ f.write(") | tee %s\n" % (make_fname('results'),))
if options.oprofile:
f.write("opcontrol --dump\n")
f.write("opcontrol --stop\n")
f.write("opreport -l | head -100 > %s\n" % (make_fname('opreport'),))
- f.write("./split_and_avg_results.py > %s\n" % (make_fname('summary'),))
+ f.write("./split_and_avg_results.py %s > %s\n" % (make_fname('results'),
make_fname('summary'),))
if __name__ == '__main__':
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio