diff options
author | Karol Herbst <kherbst@redhat.com> | 2020-08-01 23:52:06 +0200 |
---|---|---|
committer | Karol Herbst <kherbst@redhat.com> | 2020-08-01 23:52:06 +0200 |
commit | 666c096da649eb3514a970ac413c448d2d69ae55 (patch) | |
tree | deed573eb0433920e6ee966f78d1f7f63529c596 /nv-report.py | |
parent | b9da6435091b539e0532bc39d2bb414d62097b10 (diff) |
nv-report: add ugpr attribute
Diffstat (limited to 'nv-report.py')
-rwxr-xr-x | nv-report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nv-report.py b/nv-report.py index a48f466..d44bec3 100755 --- a/nv-report.py +++ b/nv-report.py @@ -14,7 +14,7 @@ from __future__ import print_function import re import sys -attrs = ("inst", "gpr", "local", "shared", "bytes") +attrs = ("inst", "gpr", "ugpr", "local", "shared", "bytes") def getgroupvalue(m, groupname): if not m[groupname]: |