We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c941e9 commit 5f0d16cCopy full SHA for 5f0d16c
tools/graph-upgrade-timing.py
@@ -18,7 +18,7 @@ def process(options):
18
if match:
19
dt = match.group(1)
20
21
- match = re.search(r"Module ([a-z_]+) loaded in (\d+\.\d\d)s, \d+ queries", line)
+ match = re.search(r"Module ([a-zA-Z0-9_]+) loaded in (\d+\.\d\d)s, \d+ queries", line)
22
23
time = float(match.group(2))
24
if time > options.min_time:
0 commit comments