diff --git a/pprofweb/page.go b/pprofweb/page.go index 6437f67..ce66675 100644 --- a/pprofweb/page.go +++ b/pprofweb/page.go @@ -15,20 +15,28 @@ the source code over here . code is based off this project. -

when you upload data, you get a unique url. you can share that url with other people! - +

+

i currently have it set to save forever, but that might not always be true. assume that things can be lost at any time! +

+

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. +

- +

anyhow, just update your profile here! +

+

go tool pprof [binary] profile.pb.gz +

+

+works with whatever works in the command line (it just runs go tool pprof in the background anyways)