Commit cfdeb503 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

updated mark_nvidia.py script

parent d363d558
import sys, re
spaces = '[\s]*'
symbols = '[\s\w\d,=:|]*'
symbols = '[\s\w\d,.=:|]*'
def pattern1(prefix, test):
return re.compile(spaces + 'perf::' + prefix + '/' + test + '::' + '\(' + symbols + '\)' + spaces)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment