Changes between Version 3 and Version 4 of WebInterface/DependencyExaminations
- Timestamp:
- May 24, 2012, 4:35:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInterface/DependencyExaminations
v3 v4 5 5 [[Image(webinterface_depanal.jpg)]][[BR]] 6 6 7 ''Web interface after running a functiondependency analysis.''7 ''Web interface after running a module dependency analysis.'' 8 8 9 9 To learn more about dependency analysises see the [wiki:Dependency Dependency Analysis page]. 10 10 11 An application called Graphviz, is needed to generate results in .svg format .11 An application called Graphviz, is needed to generate results in .svg format, also for the smart graph. 12 12 13 13 All images generated during examinations are placed in the directory which has been set during startup by the 'images_dir' switch. If this parameter has not been set, all images are placed in the current working the directory. … … 33 33 You can also exclude all OTP modules/functions by checking the Exclude OTP checkbox. 34 34 35 After configurating an examination, click the ”Generate graph” button to start it. The result is available in two different graphic formats. By clicking ”Generated graph in .dot” the result is sent to the browser in .dot format. By clicking ”See generated graph in .svg” the result is displayed in a new window in the browser. 36 The "Print result" button prints information about the number of cycles, and the exact modules/functions that produced those cycles. 35 After configurating an examination, click one of the buttons on the bottom to start it. The result is available in four formats: 36 * Using ”Generate svg graph” and then clicking ”Generated graph in .dot” the result is sent to the browser in .dot format. 37 * Using the same button, then clicking ”See generated graph in .svg” the result is displayed in a new window in the browser. 38 * Using ”Print result” will provide the result in text format (relations and cycles). 39 * Using ”Generate smart graph” will provide an advanced mode to view the graph. 37 40 38 41 == Analyse in functionblock level ==