mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 19:46:26 +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',
|
||||
# 'memory_maps',
|
||||
'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',
|
||||
'num_ctx_switches',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue