harshn
Civil/Environmental
- Feb 2, 2007
- 24
Hi,
Can some one tell how can I capture the run-time of an analysis.
Regards
Can some one tell how can I capture the run-time of an analysis.
Regards
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
*get,wall1,active,,time,wall ! Start wall time
solve
*get,wall2,active,,time,wall ! End wall time
*msg,info,wl_solve,nint(100*wl_solve/60)/100,nint(100*wl_solve/3600)/100
%/Solving time: %g sec (%f min or %f hrs)