analyze time
Moderators: silvia, selimgunay, Moderators
analyze time
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.
Re: analyze time
set tStart [clock clicks -milliseconds]
...
set tEnd [clock clicks -milliseconds]
puts "DURATION: [expr ($tEnd-$tStart)/1000]"
...
set tEnd [clock clicks -milliseconds]
puts "DURATION: [expr ($tEnd-$tStart)/1000]"