profvis is a tool for visualizing code profiling data from R. It creates an interactive web-based interface for exploring performance data collected during code execution.
The package wraps R expressions with profvis() to collect profiling data and automatically generates an interactive visualization in a web browser. It returns an htmlwidget object that can be saved and viewed later, making it easy to analyze where code spends time and identify performance bottlenecks. The graphical interface provides a more intuitive way to explore profiling data compared to raw text-based output.
Contributors#
Resources featuring profvis#
Profvis - Profiling tools for Faster R code | RStudio Webinar - 2016
This is a recording of an RStudio webinar. You can subscribe to receive invitations to future webinars at https://www.rstudio.com/resources/web … . We try to host a couple each month with the goal of furthering the R community’s understanding of R and RStudio’s capabilities.
We are always interested in receiving feedback, so please don’t hesitate to comment or reach out with a personal message

