similar to: 6273860 gcc and sgs/gprof don''t get along

Displaying 6 results from an estimated 6 matches similar to: "6273860 gcc and sgs/gprof don''t get along"

2007 Jul 10
1
[LLVMdev] [PATCH] gprof needs symbols
I needed the following patch to be able to use gprof with profiled build. regards, Benoit --- a/Makefile.rules (revision 37946) +++ b/Makefile.rules (working copy) @@ -212,6 +212,7 @@ CXX.Flags := $(OPTIMIZE_OPTION) -pg -g C.Flags := $(OPTIMIZE_OPTION) -pg -g LD.Flags := $(OPTIMIZE_OPTION) -pg -g + KEEP_SYMBOLS := 1 else ifeq ($(ENABLE_OPTIMIZED),1) BuildMode := Release
2013 Apr 05
0
[LLVMdev] Using gprof with clang
Hi, I was trying to profile some C-code using clang. This was the actual line: clang -flto -g -pg a.o b.o -o test but the '-pg' flag was unused. I found an archive from January 2011 that says that clang does not support gprof profiling: http://lists.freebsd.org/pipermail/freebsd-toolchain/2011-January/000083.html The error mentioned in that is different, so I have a feeling the issue
2000 Dec 31
1
anyone have vorbis gprof output I can look at?
If anyone has some reasonably valid gprof output laying around (from a vorbis encoding run), could you email it to me? Thanks, --Mike --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No
2003 Feb 28
1
gprof / prof of shared library
I have inherited a legacy S-plus system with about 10,000 lines of S and 10,000 lines of Fortran. It's now running under R. However, I would like to profile the fortran code with gprof or prof for performance tuning. I've successfully linked the .so file into a simple C driver program and profiled, but I can't seem to get profiling to work when using dyn.load() to use it from R. Do
2005 Feb 16
0
Profiling R code and C code (Rprof and gprof)
Hi, I have searched R mail list archive and couldn't find my answers. The R extension describes how to make use of Rprof to profile R code. gprof can be also used for the same purpose for the C codes when the C codes are written independently and provided with a main() function. I'm currently writing R codes meshed with C Codes, and use .Call as the interface between the two parts.
2008 Dec 16
2
where to get the mingw tools
Hi all, On the wiki page [http://syslinux.zytor.com/wiki/index.php/Comboot_API], it mentions downloading the mingw tools from [http://www.kernel.org/pub/linux/utils/boot/syslinux/mingw], where the README states that the packages are obsolete and should be downloaded from [http://mirzam.it.vu.nl/mingw] The link to http://mirzam.it.vu.nl/mingw appears to be broken. Can someone direct me to