Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes memory measurement to be cross-platform #274

Merged

Conversation

sebastian-echeverria
Copy link
Collaborator

  • Fixes Add macOS support to memory profiler #268 , using psutil library instead of pmap to measure process memory. This is very useful when developing on macOS, for the demo to run transparently. This should support macOS, Linux and Windows, though it was only tested in macOS and Linux.

Copy link
Collaborator

@turingcompl33t turingcompl33t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thanks for fixing this longstanding issue! LGTM.

@turingcompl33t turingcompl33t merged commit 3184c7d into mlte-team:master Oct 5, 2023
3 checks passed
@sebastian-echeverria sebastian-echeverria deleted the feature/macos-mem branch October 5, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add macOS support to memory profiler
2 participants