summaryrefslogtreecommitdiff
path: root/scripts/internal
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-10-28 10:35:16 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-10-28 10:35:16 +0200
commit4a06a5403598eab336b25b13a6f603b46e15b183 (patch)
tree4f91ecb55eef9beb3360452d386e54356fa12c89 /scripts/internal
parent3efb6bf9e5acf3cf62df2854fd910c637a7209f9 (diff)
downloadpsutil-4a06a5403598eab336b25b13a6f603b46e15b183.tar.gz
#799 / win: pass handle also to memory_maps() and username() functions
Diffstat (limited to 'scripts/internal')
-rwxr-xr-xscripts/internal/bench_oneshot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/internal/bench_oneshot.py b/scripts/internal/bench_oneshot.py
index 5ab2266e..0316e34b 100755
--- a/scripts/internal/bench_oneshot.py
+++ b/scripts/internal/bench_oneshot.py
@@ -94,10 +94,12 @@ elif psutil.WINDOWS:
'io_counters',
'ionice',
'memory_info',
+ # 'memory_maps', # just makes things too slow
'nice',
'num_ctx_switches',
'num_handles',
'num_threads',
+ 'username',
]
names = sorted(set(names))