diff --git a/meshroom/core/stats.py b/meshroom/core/stats.py index 784319cd..4a3b9d11 100644 --- a/meshroom/core/stats.py +++ b/meshroom/core/stats.py @@ -163,7 +163,7 @@ class ProcStatistics: # 'memory_maps', 'status', # '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', ]