-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edges and Overlays Optimizations (#141)
* graph startup collapsed, group overlay bug, collapsed NestedSDFG lod change * added missing comment * added code to layouter to order the connectors (much less edges intertwine) * first code for summarised edges, adjusted nodesep & ranksep * removed edge summary for tasklets, added summary symbol * changed edge summary symbol, hovering nodes and connectors shows summarised edges * fixed error when selecting memlet * fixed fill_info to show memlet src/dst connectors * fixed summary symbol toggled on when not applicable * added shift+rightclick to expand, ctrl+scroll to verticalscroll * memory overlays LOD threshold fixes * overlays state LOD changes * renderer loop region bugfix and overlay comment * fixed LogicalGroupOverlay on by default but UI not updated, optimized code if logical groups array has length 0 * AvgParallelismOverlay reworked lod code based on new renderer * STATE_LOD comment, changed all LOD threshold checks to strict inequalities * DepthOverlay lod rework * OpIntOverlay lod rework * Overlays State lod rework, removed debug * changed spelling to summarize * moved Dagre layout options to sdfv.ts * removed commented out section, formatting adjusted
- Loading branch information
1 parent
4a5fbc7
commit a4588fd
Showing
12 changed files
with
530 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.