mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Merge pull request #1374 from MakersF/develop
Removing `io_counters` from the ProcStatatistics
This commit is contained in:
commit
1f2a7cf9d4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class ProcStatistics:
|
||||||
# 'memory_maps',
|
# 'memory_maps',
|
||||||
'status',
|
'status',
|
||||||
# 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) - N/A on Windows
|
# 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) - N/A on Windows
|
||||||
'io_counters',
|
# 'io_counters', # The number and bytes read/write by the process - N/A on some platforms
|
||||||
'num_ctx_switches',
|
'num_ctx_switches',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue