comment added; failure, resolution set; status changed
status changed from new to closedfailure set to None/Unknownresolution set to invalid Closing as invalid, given this text from user guide for 7.6.1: Combining -threaded and -prof is perfectly fine, and...
View Articlecomment added; difficulty changed
difficulty changed from Difficult (1 week) to Difficult (2-5 days)
View Articlecomment added; architecture changed
architecture changed from Multiple to Unknown/Multiple
View Articlecomment added; difficulty, summary, milestone changed
difficulty changed from Moderate (1 day) to Difficult (1 week)summary changed from Profiling doesn't work with -threaded to Profiling doesn't work with SMP executionmilestone changed from 6.10 branch...
View Articlecomment added
OK, well that sounds like a significant chunk of functionality. I guess the benefit of working on non-commercial software is that you don't have to hide the shortcomings of your product. People who...
View Articlecomment added
Often there's no reason not to use -threaded (unless you want to profile, of course!). But it's only necessary if you want to (a) use multiple processors or (b) make FFI calls that don't block all...
View Articlecomment added
Hello, I was just thinking about that too, is it not common for people to use -threaded? Myself, I ran into this problem when I was trying to debug something that I found I had to compile with...
View Articlecomment added
Replying to Frederik: to say "Profiling is supported, both by time/allocation and various kinds of heap profiling, provided you do not use threads."? Just wanted to make sure there's no...
View Articlecomment added
Hello, it seems that this bug isn't very clear from the documentation or the GHC web page, can we be honest and update http://haskell.org/ghc/ where it says "Profiling is supported, both by...
View Articlecomment added
And I think this problem affect Data Parallel Haskell developping process. It seem that Data Parallel Haskell generate ndp package's code when vectorising Parallel Array....
View Articlecomment added
It must cause problem when someone want to optimise Haskell program. If a programmer find that program is slow, then he profile and try to optimise it.H e find bottleneck long computing function, and...
View Articlecomment added; difficulty, os, component, architecture changed
difficulty changed from Unknown to Moderate (1 day)os changed from Linux to Multiplecomponent changed from Compiler to Runtime Systemarchitecture changed from x86 to Multiple
View Articlecomment added; summary, type, milestone changed
summary changed from Profiling a threaded application with GHC-6.6rc. to Profiling doesn't work with -threadedtype changed from bug to taskmilestone changed from 6.6 to 6.6.1 The profiling subsystem...
View Articlestatus changed; failure, resolution set
status changed from new to closedfailure set to None/Unknownresolution set to invalid Closing as invalid, given this text from user guide for 7.6.1: Combining -threaded and -prof is perfectly fine, and...
View Article