-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce created models to improve loading performance
- until now all were created recusively into all leaf states of all libraries even if those were never needed for the gui or the execution -> introduce NO_FULLY_RECURSIVE_LIBRARY_MODEL Flag in gui config -> generate only models that will be accessed -> use state copy initialized boolean to check if model exsist - adapt state machine tree to limit depth of tree if new flag is True - adapt meta data scaling function in respective module to coup with not fully recursive library models - show content boolean in meta data is now minor to the visualized level limitation for show content set in gui config -> correct gaphas viewer observation and condition checks of show content accordingly
- Loading branch information
Showing
5 changed files
with
37 additions
and
14 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