diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-10-28 10:35:16 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-10-28 10:35:16 +0200 |
| commit | 4a06a5403598eab336b25b13a6f603b46e15b183 (patch) | |
| tree | 4f91ecb55eef9beb3360452d386e54356fa12c89 /scripts/internal | |
| parent | 3efb6bf9e5acf3cf62df2854fd910c637a7209f9 (diff) | |
| download | psutil-4a06a5403598eab336b25b13a6f603b46e15b183.tar.gz | |
#799 / win: pass handle also to memory_maps() and username() functions
Diffstat (limited to 'scripts/internal')
| -rwxr-xr-x | scripts/internal/bench_oneshot.py | 2 |
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)) |
