Lets you time program nodes to see how long operations take.
<aside> ❓
Sometimes you need to force recompile to update the timestamp nodes. If your times are not updating try this
</aside>
Start / End: The start node will start the time recording for the specified name. End will print the total current time recorded since the start
You can have multiple End nodes for one name to track how the time accumulates over operations.
The Timestamp node will not add any code to exported addons meaning you can leave your debug nodes in and they won’t show up in the final addon.