-
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
Visualization #7
Comments
Thanks. The README for jointprof, https://r-prof.github.io/jointprof/, has an example that uses |
That README is really helpful. When I last tried I think a wrapper around |
Just realized |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
I have been struggling to profile
drake
for a long time because of r-lib/profvis#104, and this weekend,profile
helped me really break through: ropensci/drake#647, https://github.com/wlandau/drake-examples/tree/master/overhead. A big piece of the solution waspprof
's ability to spin up a Jupyter-like web server to display interactive visuals:pprof -http=0.0.0.0:8080 output_from_write_pprof.proto
.Do you think a front-end to this functionality would fall in scope for
profile
or maybe another package in ther-prof
org? In my opinion, it could be a really useful high-performance alternative toprofvis
.The text was updated successfully, but these errors were encountered: