diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-11-05 01:30:17 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-11-05 01:30:17 +0100 |
| commit | 5274e8a6b9655de38b32b22762d931e071694d43 (patch) | |
| tree | 126767839ae8eb2bb6ea7a58f33b2a86441b3321 /scripts | |
| parent | 4376fdf46e55f65f014bbda8caf9be1c067410bd (diff) | |
| download | psutil-5274e8a6b9655de38b32b22762d931e071694d43.tar.gz | |
#799 - oneshot / linux: speedup memory_full_info and memory_maps
Diffstat (limited to 'scripts')
| -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 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', |
