Profiling shiny app on server

I am working on profiling shiny application using profvis. I am able to do in my local machine. The shiny application is hosted on remote server. I would like to profile shiny application on the server. I followed this:
https://rstudio.github.io/profvis/faq.html#can-i-profile-a-shiny-application-running-on-a-remote-server
but its not working.
Can someone provide the steps to do this and also confirm where can we see the results when we are profiling on the server?

Thanks

Thanks for the info. I wasn't aware.

Sorry for the late reply here! This is an interesting question! It looks like that article is aimed at exactly the problem you are trying to solve, though! Where did the process fail for you? You mentioned that you followed the instructions there, can you share where things went wrong? When did your output not look like the output provided at that link?