# Run profvis
profvis::profvis({ shiny::runApp() }
, prof_output = './dev')
# Load profile
p <- profvis::profvis(prof_input = './dev/file592c2f3a6f8c.Rprof')
# Turn to html
htmlwidgets::saveWidget(p, "./dev/profile.html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.