From 1d1a72ec65d8391686b84cbdf0190004388e48fe Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Thu, 4 May 2017 13:24:56 +0200 Subject: [PATCH] Closedown --- script/test/TestSigProcess.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/test/TestSigProcess.py b/script/test/TestSigProcess.py index 61d6974..492ba61 100644 --- a/script/test/TestSigProcess.py +++ b/script/test/TestSigProcess.py @@ -1,4 +1,3 @@ -now = time.time() run("Diagnostics/sig_process_wrapper") #Loading test data @@ -27,5 +26,5 @@ gauss = [f.value(i)+off for i in x] #Plotting results plot([y,rem, nor, gauss, s2, jit], ["signal", "rem", "nor", "gauss", "s2", "jit"], xdata = x, title="Fit") -e=get_exec_pars() -print "Execution Time = ", (time.time()-now) + +print "Execution Time = ", get_exec_pars().getExecutionTime()