Description Usage Arguments Details
This profiles an expression and visualizes the profile in a web browser.
| 1 | 
| expr | The expression to be profiled. | 
| filename | An optional filename to write profiling information to. | 
This requires the libprofile and pprof tools available via:
sudo apt-get install libgoogle-perftools-dev
go get github.com/google/pprof
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.