commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8912 - gnuradio/branches/developers/eb/sched-wip/gnur


From: eb
Subject: [Commit-gnuradio] r8912 - gnuradio/branches/developers/eb/sched-wip/gnuradio-examples/python/mp-sched
Date: Thu, 17 Jul 2008 07:22:09 -0600 (MDT)

Author: eb
Date: 2008-07-17 07:22:08 -0600 (Thu, 17 Jul 2008)
New Revision: 8912

Modified:
   
gnuradio/branches/developers/eb/sched-wip/gnuradio-examples/python/mp-sched/synthetic.py
Log:
cleanup synthetic benchmark

Modified: 
gnuradio/branches/developers/eb/sched-wip/gnuradio-examples/python/mp-sched/synthetic.py
===================================================================
--- 
gnuradio/branches/developers/eb/sched-wip/gnuradio-examples/python/mp-sched/synthetic.py
    2008-07-17 06:28:53 UTC (rev 8911)
+++ 
gnuradio/branches/developers/eb/sched-wip/gnuradio-examples/python/mp-sched/synthetic.py
    2008-07-17 13:22:08 UTC (rev 8912)
@@ -107,8 +107,12 @@
 
 
 if __name__ == "__main__":
-    tb = top()
-    time_it(tb)
+    try:
+        tb = top()
+        time_it(tb)
+    except KeyboardInterrupt:
+        raise SystemExit, 128
     
     
+    
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]