rakyll / gom

A visual interface to work with runtime profiling data for Go
Apache License 2.0
1.29k stars 42 forks source link

missing heap profile #20

Open bamarni opened 8 years ago

bamarni commented 8 years ago

I'm trying to run gom in order to visualise a program's heap profile but it only shows the goroutines and threads.

rsz_screenshot_from_2016-07-18_133749

I've added the import and started a web server as explained in the readme. Is there anything else I'm missing?

Thanks for your help