Open GoogleCodeExporter opened 9 years ago
Have you figured this out?
Original comment by chapp...@gmail.com
on 3 May 2012 at 2:46
Also, can you please include your target platform information as well as the
perftools version.
Original comment by chapp...@gmail.com
on 4 May 2012 at 12:49
Unless I get any further details on this issue I will need to close it since
there is not enough information here to work with.
Original comment by chapp...@gmail.com
on 15 May 2012 at 1:37
Even I am facing the same problem, I am running command like this:
pprof ~/executable "~/executable.13229._main_-end.heap" --inuse_objects --lines
--heapcheck --edgefraction=1e-10 --nodefraction=1e-10 --gv
Original comment by avd...@gmail.com
on 10 Jun 2012 at 6:09
I dont understand why its trying to get something over http when everything it
needs is in .heapfile
Original comment by avd...@gmail.com
on 10 Jun 2012 at 6:09
I'm facing the same problem (issue 436).
Original comment by semh...@gmail.com
on 11 Jun 2012 at 9:03
It might be caused by the missing "/tmp/prof.out" ("prof.txt" in your case).
Please check it using a command like "$ ls /tmp". A solution is to double-check
your Makefile or CMakeLists: are you add the libraries (e.g., libprofiler,
libtcmalloc) and the library links/locations properly?
Original comment by shzha...@gmail.com
on 30 Nov 2012 at 2:34
Have you guys figured this one out?
Original comment by chapp...@gmail.com
on 23 Dec 2012 at 2:47
I am facing this same problem, is there a fix for it yet?
Original comment by sebastia...@gmail.com
on 26 Dec 2012 at 9:05
Try using absolute paths. Also make sure the heap profile you are trying to use
actually exists under the path you have provided. Otherwise it tries to look
for a remote profile.
Original comment by chapp...@gmail.com
on 26 Dec 2012 at 10:34
Original issue reported on code.google.com by
chen...@baidu.com
on 6 Mar 2012 at 5:24