Page 1 of 1

elapsed time ?

Posted: Tue Jun 13, 2006 4:29 pm
by jaambros
Hi all,

Is there a way to find the elapsed time from neuron short of using a system( "date" ) call ?

Thanks,
Jose Ambros-Ingerson

Posted: Tue Jun 13, 2006 6:35 pm
by Raj
This part of the documentation describes a stopwatch function:
http://www.neuron.yale.edu/neuron/stati ... ml#startsw

In stdrun.hoc you can find an example of its use.