# https://adv-r.hadley.nz/perf-measure.html
# Measuring performance through profiling
library(profvis)
source("performance/perform_function.R")
profvis(perform(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.