Searched refs:RTT_REGEX (Results 1 – 1 of 1) sorted by relevance
44 RTT_REGEX = re.compile(r'^\[(?P<timestamp>\S+)\] .*? time=(?P<rtt>\S+)') variable563 match = re.search(RTT_REGEX, line)