Searched refs:TIME_RE (Results 1 - 1 of 1) sorted by relevance

/external/skia/bench/
H A Dbench_util.py21 TIME_RE = '(?:(\w*)msecs = )?\s*((?:\d+\.\d+)(?:,\s*\d+\.\d+)*)' variable
23 CONFIG_RE = '(\S+[^\]>]):\s+((?:' + TIME_RE + '\s+)+)'
28 ' ((?:' + TIME_RE + '\s+)+)')
35 TIME_RE_COMPILED = re.compile(TIME_RE)

Completed in 58 milliseconds