Do we currently have any way to see/track the 'Time Of Calculation' within Dynamo?

I’ve written a .DYN, and I am in the process of rewriting the file with greater efficiency. I really would like to be able to see definitively that X node takes Z seconds to complete, whereas Y node takes t seconds to complete.

Or if there is a way to get timestamps for events in the Console, that could probably be utilized as well.

I’m just looking for a tool to help with my .DYNs’ efficiency.

Currently their isnt a out of the box way to do this though i know it is in development called tuneup that will do this (https://github.com/DynamoDS/TuneUp)

You could maybe build something to get data/time at certain points take one from other, but this will increase the amount of nodes required.

2 Likes

Clockwork has such a set of nodes - search for laptime. :slight_smile:

2 Likes

Thanks so much! That looks to be just what I was searching for!

1 Like