From ee2a63e570839ff4336d33563a7e4c0dc2d84d04 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 26 Sep 2022 19:31:58 -0500 Subject: [PATCH] ok --- pprofweb/page.go | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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)