tests/testthat/_snaps/profvis.md

expr and prof_input are mutually exclusive

Code
  profvis(expr = f(), prof_input = "foo.R")
Condition
  Error in `profvis()`:
  ! Exactly one of `expr` or `prof_input` must be supplied.

can capture profile of code with error

Code
  out <- profvis(f(), rerun = "pause")
Message
  profvis: code exited with error:
  error


Try the profvis package in your browser

Any scripts or data that you put into this service are public.

profvis documentation built on Sept. 20, 2024, 5:10 p.m.