ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/xmlpatch.h
(Generate patch)

Comparing XmlTools2/trunk/xmlpatch.h (file contents):
Revision 956 by s10k, Wed Feb 12 22:15:52 2014 UTC vs.
Revision 958 by s10k, Sat Feb 15 01:36:05 2014 UTC

# 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   {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)