Changes between Version 2 and Version 3 of Dependency/FunctionBlocks
- Timestamp:
- May 21, 2012, 10:55:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dependency/FunctionBlocks
v2 v3 121 121 * {{{ri:fb_regexp([{type, draw}, {dot, test.dot}]).}}} 122 122 * {{{ri:fb_regexp([{type, list}, {regexp, "regexp"}]).}}} 123 * {{{ri:fb_regexp([{type, list}, {regexp, "^/home/[a-z./]+ }]).}}}123 * {{{ri:fb_regexp([{type, list}, {regexp, "^/home/[a-z./]+"}]).}}} 124 124 125 125 … … 133 133 134 134 Example: 135 {{{ r efusr_fb_regexp:re([{type, list}, {fb, [[cycle1, cycle2],"/home/user/[a-zA-z]*", "/home/user/[a-zA-z./]*/.*_ui.erl"]}]).}}}135 {{{ ri:fb_regexp([{type, list}, {regexp, ["/usr/[a-zA-Z./]*/.*_syntax.erl"]}]).}}} 136 136 137 137 … … 143 143 144 144 The results of previous queries are saved into dets tables (in the {{{dep_files}}} directory). This means that if 145 the same query is run, the execution time may decreases significantly. 146 At first run, a digraph is built as in the previous version, only it 147 is saved later.If there was a whole database dependency check, than the tool works from that dets 145 the same query is run, the execution time may decrease significantly. 146 At first run, a digraph is built. If there was a whole database dependency check, then the tool works from that dets 148 147 table instead of building a new subgraph, which also improves time 149 148 efficiency. Due to this, it is strongly advised that if one knows that 150 a lot ofdifferent node queries will be done, a whole check should be151 run in the first place.149 very different node queries will be done, a whole check should be 150 executes in the first place prior to the queries. 152 151 The saves are available until the 153 152 database is unchanged. At the moment the hash value of the database is