summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-10-07 22:07:18 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-10-07 22:07:18 +0200
commit1e8cef9f124c881699853c26e79cd1e8a36bd03b (patch)
treeb3a6527b30f0ee77b90cd62812527ce4a313b9ca /scripts
parentcf21849a24a62ebecac13ba377bb90b243e06e0b (diff)
downloadpsutil-1e8cef9f124c881699853c26e79cd1e8a36bd03b.tar.gz
#799 / OSX: also include proc.name() in the list of grouped oneshot info
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/bench_oneshot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/internal/bench_oneshot.py b/scripts/internal/bench_oneshot.py
index f46b5d2c..12a76680 100755
--- a/scripts/internal/bench_oneshot.py
+++ b/scripts/internal/bench_oneshot.py
@@ -77,6 +77,7 @@ elif psutil.OSX:
'create_time',
'gids',
'memory_info',
+ 'name',
'num_ctx_switches',
'num_threads',
'ppid',