powered by
profr
This will plot the call tree of the specified stop watch object. If you only want a small part, you will need to subset the object
ggplot.profr(data, ..., minlabel = 0.1, angle = 0)
profile output to plot
other arguments passed on to ggplot
ggplot
minimum percent of time for function to get a label
function label angle
plot.profr
# NOT RUN { if (require("ggplot2")) { ggplot(nesting_prof) ggplot(reshape_prof) } # }
Run the code above in your browser using DataLab