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

Possible to do memory profiling as well? #32

Open
snowpong opened this issue Jan 8, 2025 · 2 comments
Open

Possible to do memory profiling as well? #32

snowpong opened this issue Jan 8, 2025 · 2 comments

Comments

@snowpong
Copy link

snowpong commented Jan 8, 2025

  • [X ] Read and agree to the code of conduct
  • [X ] Checked for existing relevant issue]

Is there a way to show memory profiling as well? I added memory.profiling = TRUE to the ... arguments being passed on to Rprof, but I couldn't see any difference in the pprof visual output.

@wlandau
Copy link
Member

wlandau commented Jan 8, 2025

It appears that Rprof() is recording memory profiling data, but it gets lost somewhere in the downstream processing. I will try to figure out where that happens.

@wlandau
Copy link
Member

wlandau commented Jan 8, 2025

The issue might be in profile. I'm not sure, but I submitted an issue there: r-prof/profile#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants