-
Notifications
You must be signed in to change notification settings - Fork 2
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
Memory profiling #33
Comments
Thanks. I never actually looked into memory profiling, it's unlikely that the data is captured. Would you like to take a stab at extending the data model we're using here? |
I'm not sure if I will have the capacity, but I made a note in case I have extra time. |
So the task would be to extend the internal format of profile with memory information, and find out how that could then be mapped to pprof file format? |
I think so, yes. |
I received a request to support memory profiling in
proffer
(r-prof/proffer#32) and I am trying to figure out whyproffer::pprof(memory.profiling = TRUE)
does not show memory profiling in thepprof
dashboard. I am wondering ifprofile
is already capturing the memory data. I have a small example:It looks like
Rprof()
is correctly recording memory data.But I am having trouble locating memory data in the data from
profile::read_rprof()
, whichproffer
uses to convert topprof
format..The text was updated successfully, but these errors were encountered: