This commit is contained in:
a 2022-09-26 19:31:58 -05:00
parent b79adfcdc6
commit ee2a63e570
1 changed files with 11 additions and 3 deletions

View File

@ -15,20 +15,28 @@ the source code <a href="https://github.com/evanj/pprofweb">over here </a>.
code is based off <a href="https://github.com/evanj/pprofweb">this project</a>.
</p>
<p>
when you upload data, you get a unique url. you can share that url with other people!
</p>
<p>
i currently have it set to save forever, but that might not always be true. assume that things can be lost at any time!
</p>
<p>
also assume that things are not private. i am using xid to generate, which i believe is not secure? also its being stored on my computer lol.
</p>
<p>
anyhow, just update your profile here!
</p>
<p>
go tool pprof [binary] profile.pb.gz
</p>
<p>
works with whatever works in the command line (it just runs go tool pprof in the background anyways)
</p>
<form method="post" action="/upload" enctype="multipart/form-data">