We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b9ab7 commit 28afb1bCopy full SHA for 28afb1b
1 file changed
nintan/cstim.py
@@ -43,6 +43,9 @@
43
print("bad input, using .5 instead")
44
u[0] = 0.5
45
print("ym="+str(ym[0])+" u="+str(u[0]));
46
+ print("min="+str(minElasped))
47
+ print("avg="+str(sumElasped/max(1,concore.simtime)))
48
+ print("max="+str(maxElasped))
49
concore.write(1,"u",u);
50
wallclock2 = time.perf_counter()
51
elasped = wallclock2-wallclock1
0 commit comments