Changes between Version 1 and Version 2 of Dependency/Functions
- Timestamp:
- Mar 20, 2012, 9:26:04 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dependency/Functions
v1 v2 101 101 call was made, which generated a ''Graphviz dot file''. \\ 102 102 103 !!TODO: add figure!! 103 [[Image(dep_fun_before.png, 700px)]] 104 104 105 105 Explanation of the figure: … … 118 118 new types of nodes and edges are introduced. 119 119 120 !!TODO: add figure!! 120 [[Image(dep_fun_after.png, 900px)]] 121 121 122 122 Explanation of figure, new nodes, edges: … … 137 137 arity of the function will be -1. It is also indicated with a special 138 138 node. For further details about the dynamic calls and their 139 representation can be found in ( TODO: Reference for dynamic calls). When the139 representation can be found in (wiki:DynamicCallAnalysis). When the 140 140 applied function or module is uncertain, the tool represents it with 141 141 an {{{opaque}}} node, and connects the possible functions/modules … … 151 151 === Module Level === 152 152 153 Similarly, at module level, after calling {{{ri:draw_dep([{level, mod}, {type, all}])}} , an analogous figure can be achieved. \\153 Similarly, at module level, after calling {{{ri:draw_dep([{level, mod}, {type, all}])}}}, an analogous figure can be achieved. \\ 154 154 155 !! TODO Figure !! 155 [[Image(dep_mod.png, 500px)]] 156 156 157 157 Explanation of figure: