You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #18, some metrics in psutil are not cumulative (e.g. the number of open file descriptors), meaning that to evaluate some code with it, one needs to measure the quantity in question in parallel with some frequency.
This is, for instance, the case for memory usage and a similar approach is taken in memory_profiler to estimate the peak memory usage.
The text was updated successfully, but these errors were encountered:
Related to #18, some metrics in psutil are not cumulative (e.g. the number of open file descriptors), meaning that to evaluate some code with it, one needs to measure the quantity in question in parallel with some frequency.
This is, for instance, the case for memory usage and a similar approach is taken in
memory_profiler
to estimate the peak memory usage.The text was updated successfully, but these errors were encountered: