You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: profvis::profvis(shiny::runApp()) gives a source code view on the Flame graph after manually interacting with the app.
profvis::profvis(shinytest::testApp(interactive = FALSE)) doesn't give a source code view or much help in diagnosing the code that is running long, but it would provide a nice way to reproducibly profile many parts of a large shiny app.
Feel free to move to shinytest if the feature belongs there. Thanks!
The text was updated successfully, but these errors were encountered:
Feature request:
profvis::profvis(shiny::runApp())
gives a source code view on the Flame graph after manually interacting with the app.profvis::profvis(shinytest::testApp(interactive = FALSE))
doesn't give a source code view or much help in diagnosing the code that is running long, but it would provide a nice way to reproducibly profile many parts of a large shiny app.Feel free to move to
shinytest
if the feature belongs there. Thanks!The text was updated successfully, but these errors were encountered: