Changeset 37076 for trunk/ippTasks/diff.pro
- Timestamp:
- Jul 17, 2014, 2:17:50 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/diff.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diff.pro
r35916 r37076 61 61 end 62 62 task diff.revert 63 active false 64 end 65 end 66 67 macro diff.summary.on 68 task diff.summary.load 69 active true 70 end 71 task diff.summary.run 72 active true 73 end 74 end 75 76 macro diff.summary.off 77 task diff.summary.load 78 active false 79 end 80 task diff.summary.run 63 81 active false 64 82 end … … 125 143 add_poll_args run 126 144 add_poll_labels run 145 # increase the poll limit for warp over the default to 146 # help it keep up with chip processing 147 # NOTE : it is not a problem for difftool to have multiple 148 # -limit entries: the last one is used 149 $run = $run -limit {$POLL_LIMIT * 2} 127 150 command $run 128 151 end
Note:
See TracChangeset
for help on using the changeset viewer.
