TuneUp
TuneUp copied to clipboard
A profiler for Dynamo graphs
On the first run of a graph, tuneup "jitters" the screen by changing the zoom area. Is there any way to fix this?
A small experiment in adding callsite info to tuneup - add another column to tuneup to display serialized trace data. - add a button to top level to delete all...
should include following features: - [ ] columns: time(ms or s), NodeType , NodeName, % of total - [ ] - _potential columns_ (number of times function was replicated -...
- [ ] unit Tests - [x] Integration Tests built on Dynamo?
- [ ] Getting to profile session does not require access to engineController.
- [ ] Add color based on execution time to profiling data - [ ] User can control color thresholds - [ ] User can control min/max colors (from @colindayorg)
this can be accomplished with a new context menu item or with a new button that uses the current selection. In addition to re-executing these nodes, it should profile them...