DynamoDS / TuneUp

A profiler for Dynamo graphs
Apache License 2.0
27 stars 14 forks source link
dynamo profiler tuneup

TuneUp

Build

TuneUp is in beta.

TuneUp is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, and other helpful information about what's happening under the hood, e.g. nodes run in the current execution v.s. nodes run in the previous execution (which were skipped during the most recent graph run for optimization/ caching).

Here is a short demo of how to utilize it as of now (now loading from the Extensions menu): TuneUp

Here is a mock up of the future design: TuneUp

Building

Recommended Build Environment

Result Binaries

Known issues

Testing

Setup

Please check out known issues before trying to setup testing.

Running TuneUp Unit Tests