mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-19 12:06:28 +02:00
[core][win] remove non available stat "num_fds"
This commit is contained in:
parent
7ecde53df7
commit
a677f6b297
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class ProcStatistics:
|
||||||
'num_threads',
|
'num_threads',
|
||||||
# 'memory_maps',
|
# 'memory_maps',
|
||||||
'status',
|
'status',
|
||||||
'num_fds', # The number of file descriptors currently opened by this process (non cumulative)
|
# 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) - N/A on Windows
|
||||||
'io_counters',
|
'io_counters',
|
||||||
'num_ctx_switches',
|
'num_ctx_switches',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue