From 04c51785c1dabe40ff50604633d31b8548745a8b Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Thu, 4 May 2017 13:23:53 +0200 Subject: [PATCH] Closedown --- script/test/TestSigProcess.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/test/TestSigProcess.py b/script/test/TestSigProcess.py index dbe3830..61d6974 100644 --- a/script/test/TestSigProcess.py +++ b/script/test/TestSigProcess.py @@ -1,3 +1,4 @@ +now = time.time() run("Diagnostics/sig_process_wrapper") #Loading test data @@ -26,5 +27,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)