| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | #include "xmltools.h" | |
| 5 | #include "optionsparser.h" | |
| 6 | #include <omp.h> // OpenMP support | |
| 7 | + | #include <ctime> // script execution time calculation |
| 8 | + | |
| 9 | + | #define SLOW_SCRIPT_TIME 0.1 // if a user script takes more than 0.1 seconds to execute give a warning. |
| 10 | ||
| 11 | class XmlPatch | |
| 12 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |