Is there a way to time how long a Dynamo script takes to run? I’m interested in the difference between several solution.
Go to View>Show Console ( or press Ctrl+Shift+Up arrow). In the console you will see the result after every run.
If you want to time each individual step, there was a recent discussion on that here:
http://dynamobim.com/forums/topic/dynamo-script-takes-ages-to-run/
Another discussion from a while back:
http://dynamobim.com/forums/topic/dynamo-nodes-vs-code-block-who-is-faster/
1 Like
thanks that is just wat i was looking for