golang tool pprof not working properly - same broken output regardless of profiling target
I've previously used the pprof tool without issue and it worked great - now I see output like the following no matter what I profile: the application being profiled in this example probably makes 40+ function calls and even more complex apps are producing similar callgraphs for both cpu and memprofiling. The apps Im trying to profile are all web applications, I am profiling them for one minute at a time and using wrk to generate 200,000,000+ requests = all returning data and a 2xx response pprof suddenly stopped working a few days ago running osx yosemite - in an attempt to resolve the issue I