Re: heap profiling with nhc98-1.0pre18



About this list Date view Thread view Subject view Author view

Jan Kort (kort@wins.uva.nl)
Wed, 19 Apr 2000 14:50:31 +0200


José Romildo Malaquias wrote: > When trying your example in my system (RedHat Linux 6.2) I am getting > the following messages from the compiler that makes me believe the > profiling code is not installed in my system. Shouldn't it be > installed by default? I see no options for it in the configure script. It's a make option not a configure option, try "make help" to get a list of all the options: Common targets include: basic all install clean realclean config For a specific build-compiler: basic-hbc basic-ghc basic-nhc basic-gcc all-hbc all-ghc all-nhc all-gcc (other subtargets: runtime prelude profile timeprof hp2graph compiler-hbc compiler-ghc compiler-nhc tracer-hbc tracer-ghc tracer-nhc hmake-hbc hmake-ghc hmake-nhc greencard-hbc greencard-ghc greencard-nhc) I always use "make all-gcc" it seems the most reliable way. It takes about 4 hours I think, so you should run it overnight or on a vacant machine. Jan


About this list Date view Thread view Subject view Author view