Skip to content

Commit

Permalink
DYN-7833 Update TuneUp (#15712)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Dec 11, 2024
1 parent 4f85a18 commit 956959f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified extern/TuneUp/bin/TuneUp.dll
Binary file not shown.
Binary file modified extern/TuneUp/bin/en-US/TuneUp.resources.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions extern/TuneUp/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"license": "MIT",
"file_hash": null,
"name": "TuneUp",
"version": "2.0.0",
"description": "On Dynamo 2.5–2.19 (.NET 4.8), use TuneUp versions up to 1.0.7.\r\nOn Dynamo 3.0+ (.NET 8), use TuneUp version 2.0.0.\r\n\r\nTuneUp is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, execution time of groups, and other helpful information. With TuneUp, you can rerun all nodes, including ones that are normally skipped for optimization/caching during repeated runs of a graph. This enables you to compare the actual execution times between multiple runs. Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/. \r\n\r\nKnown issues:\r\n1. TuneUp does not work in a custom node workspace.\r\n2. TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.",
"version": "2.0.1",
"description": "On Dynamo 2.5–2.19 (.NET 4.8), use TuneUp versions up to 1.0.7.\r\nOn Dynamo 3.0+ (.NET 8), use TuneUp version 2.0.0+.\r\n\r\nTuneUp is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, execution time of groups, and other helpful information. With TuneUp, you can rerun all nodes, including ones that are normally skipped for optimization/caching during repeated runs of a graph. This enables you to compare the actual execution times between multiple runs. Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/. \r\n\r\nKnown issues:\r\n1. TuneUp does not work in a custom node workspace.\r\n2. TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.",
"group": "",
"keywords": [
"profiler",
Expand Down

0 comments on commit 956959f

Please sign in to comment.