KO
|
EN
gitlite — search
Search
#python
#java
#css
#nlp
#android
#hacktoberfest
#html
#javascript
#discord-bot
#gdscript
#godot
#terraform
pprofweb
★ 37
Open GitHub ↗
Google's pprof profiler hosted on the web
Download README (.md)
Explore Similar Repositories
hackintosh-ASUS-X570-Prime-Plus-3700x
:
Hackintosh bootloader configuration with OpenCore.
hugo-social-metadata
:
Hugo theme component to add social metadata to your Hugo site with minimal configuration
soundfont-standard-v3
:
Attempt for a collaborative work around an update to the soundfont format.
AndLuaPlus
:
AndLua+是使用Lua语言开发应用程序的工具。 在使用之前建议详细阅读程序自带帮助文档。 用户协议 作者不对使用该软件产生的任何直接或间接损失负责。 勿使用该程序编写恶意程序以损害他人。 继续使用表示你已知晓并同意该协议。
hudi-doc-zh
:
hudi 中文文档
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pprofweb
?
Download (.md)
# PProf Web UI This is a hacky experiment that serves the [Go pprof profiler web UI](https://github.com/google/pprof). You can upload pprof files then view them without installing anything. See [my blog post for some additional details](https://www.evanjones.ca/pprofweb.html). Try it: https://pprofweb.evanjones.ca/ ## Run Locally ``` docker build . --tag=pprofweb docker run --rm -ti --publish=127.0.0.1:8080:8080 pprofweb ``` Open http://localhost:8080/ ## Check that the container works ``` docker run --rm -ti --entrypoint=dot pprofweb ```