Hi, I have some problems getting profiling to work with a ghc-6.4 that I compiled from source. Everything seems to work all right, but the output doesn't contain any times; in time profiling (+RTS -p) times are all zeros, with heap profiling, I never get any 'samples' output, just an empty one. I can go back to see if there's anything I configured incorrectly, but this sounds weird enough that I thought I'd ask the list if this is a known problem (preferably with a known solution). Is it? (ghc 6.4 compiled from source with ghc 6.2.2 on Ubuntu 5.04, Linux 2.6.12-rc2) -kzm -- If I haven't seen further, it is by standing in the footprints of giants
Ketil Malde <ketil+haskell@ii.uib.no> writes:
I have some problems getting profiling to work with a ghc-6.4 that I compiled from source. Everything seems to work all right, but the output doesn't contain any times [...] (ghc 6.4 compiled from source with ghc 6.2.2 on Ubuntu 5.04, Linux 2.6.12-rc2)
I tried with a stock kernel, and now it works. I've probably forgot to include some feature that GHC uses for tracking times (RTC?) when I compiled the kernel. Would be nice if GHC told me about the missing feature, it's not a big deal. -kzm -- If I haven't seen further, it is by standing in the footprints of giants
participants (1)
-
Ketil Malde