Nothing
# R -d "valgrind --leak-check=full" --no-save -f tests/interactive/test-valgrind.R # nolint
library(autometric)
local({
temp <- log_support()
temp <- log_version()
path <- tempfile()
log_print(path = path, seconds = 0.5)
temp <- log_active()
log_start(path = path, seconds = 0.5)
temp <- log_active()
Sys.sleep(2)
log_phase_set("different phase")
Sys.sleep(2)
log_stop()
temp <- log_active()
temp <- log_read(path)
log_phase_reset()
Sys.sleep(2)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.