analyze time

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
tangzhen
Posts: 30
Joined: Thu May 30, 2013 4:58 am
Location: HIT

analyze time

Post by tangzhen »

how to get the start time and the terminal time of the transient analyze.i want to know how much time it costs to do the transient analyze. thanks a lot.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: analyze time

Post by fmk »

set tStart [clock clicks -milliseconds]

...

set tEnd [clock clicks -milliseconds]
puts "DURATION: [expr ($tEnd-$tStart)/1000]"
Post Reply