Quantcast
Channel: GHC: Ticket #886: Profiling doesn't work with SMP execution
Browsing all 36 articles
Browse latest View live

comment added

Right, this was fixed in 7.6.1. Nice ticket-weeding!

View Article


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 Article


comment added; difficulty changed

difficulty changed from Difficult (1 week) to Difficult (2-5 days)

View Article

comment added; os changed

os changed from Multiple to Unknown/Multiple

View Article

comment added; architecture changed

architecture changed from Multiple to Unknown/Multiple

View Article


comment 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 Article

comment 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 Article

comment 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 Article


comment 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 Article


comment 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 Article

comment 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 Article

comment added; milestone changed

milestone changed from 6.8 branch to 6.10 branch

View Article

comment 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 Article


comment 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 Article

comment added; cc set

ccshelarcy@… added

View Article


comment added; milestone changed

milestone changed from 6.6.1 to 6.8

View Article

comment 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 Article


comment 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 Article

Article 17

Right, this was fixed in 7.6.1. Nice ticket-weeding!

View Article

status 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
Browsing all 36 articles
Browse latest View live