CPU Time
CPU Time
I am running various calculations using MLwiN and want to compare the CPU time for this package with other packages that are building the same models. Does anyone know how to determine the CPU time for calculations in MLwiN? Any help given would be much appreciated. Thank you in advance.
Re: CPU Time
You can find out how long it takes a model to run by selecting Options -> Smileys. With this turned on, when the model has run a box pops up that tells you how long it took. However it seems to only give you hours, minutes and seconds, so if you're interested in fractions of a second then bad luck!
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: CPU Time
If you are running from macros you can also use the TIME command.
To start the timer use the command:
TIME 1
To report the elapsed time use:
TIME 0
or
TIME 0 <b>
if you want to store the time into a box.
An advantage of this command is that it does provide fractions of seconds.
To start the timer use the command:
TIME 1
To report the elapsed time use:
TIME 0
or
TIME 0 <b>
if you want to store the time into a box.
An advantage of this command is that it does provide fractions of seconds.