more advanced time technique(s)

This commit is contained in:
Miroslav Stampar
2010-12-07 16:04:53 +00:00
parent 4959da3ce6
commit 294119d2ec
5 changed files with 28 additions and 24 deletions

View File

@@ -48,8 +48,9 @@ DUMP_STOP_MARKER = "__STOP__"
PAYLOAD_DELIMITER = "\x00"
# minimum difference of loading time in seconds for delayed time payloads
TIME_MIN_DELTA = 2
# time testing settings
TIME_TOLERANCE = 0.5
MIN_DURATION_RATIO = 1.5
# System variables
IS_WIN = subprocess.mswindows