Nothing
TEST_PAUSE_TIME <- 0.050
call_stacks <- function(x) {
prof <- x$x$message$prof
stacks <- split(prof$label, prof$time)
vapply(stacks, paste, "", collapse = " ")
}
modal_call <- function(x) {
modal_value0(call_stacks(x))
}
profile_calls <- function(x) {
prof <- x$x$message$prof
stacks <- split(prof$label, prof$time)
vapply(stacks, paste, "", collapse = " ")
}
profile_mode <- function(x) {
modal_value0(profile_calls(x))
}
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.