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
As noted in the readme /proc/self/smaps can be quite slow on linux. In some projects the speed-benefits of statm likely outweigh the accuracy benefits of smaps. Given the code exists anyways, it would be great if we could force it to always use statm in cases where we are sensitive to overhead.
The text was updated successfully, but these errors were encountered:
As noted in the readme
/proc/self/smaps
can be quite slow on linux. In some projects the speed-benefits of statm likely outweigh the accuracy benefits of smaps. Given the code exists anyways, it would be great if we could force it to always use statm in cases where we are sensitive to overhead.The text was updated successfully, but these errors were encountered: