
13 Nov
2009
13 Nov
'09
2:40 p.m.
On Fri, 2009-11-13 at 17:18 +0300, Daniil Elovkov wrote:
Did you use "-auto-all", to automatically create cost centers for all top-level functions? I find that I get very verbose cost info for definitions under imported libraries.
Yeah, I've got it. Modules in packages were done by cabal configure -p. That probably doesn't imply -auto-all.
Right, because you usually do not want to see cost centres for all of the dependent libs (especially not all the way down) to the bottom of the package stack. What we need is somewhat better control in Cabal so you can say, "actually I do want this package to have cost centres". Duncan