diff --git a/modules/gpu/misc/mark_nvidia.py b/modules/gpu/misc/mark_nvidia.py index 558d168dc7..fd543e9f5f 100644 --- a/modules/gpu/misc/mark_nvidia.py +++ b/modules/gpu/misc/mark_nvidia.py @@ -1,7 +1,7 @@ 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)