summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-11-05 01:30:17 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-11-05 01:30:17 +0100
commit5274e8a6b9655de38b32b22762d931e071694d43 (patch)
tree126767839ae8eb2bb6ea7a58f33b2a86441b3321 /scripts
parent4376fdf46e55f65f014bbda8caf9be1c067410bd (diff)
downloadpsutil-5274e8a6b9655de38b32b22762d931e071694d43.tar.gz
#799 - oneshot / linux: speedup memory_full_info and memory_maps
Diffstat (limited to 'scripts')
-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 636d37ad..cf8497f8 100755
--- a/scripts/internal/bench_oneshot.py
+++ b/scripts/internal/bench_oneshot.py
@@ -39,6 +39,8 @@ if psutil.LINUX:
names += [
'cpu_times',
'gids',
+ # 'memory_full_info',
+ # 'memory_maps',
'name',
'num_ctx_switches',
'num_threads',