Re: [Haskell-cafe] Interpreting profiling results Am Montag 08 Februar 2010 18:15:30 schrieb Gregory Collins:
>
> I'm just curious as to what the meaning of the MAIN cost centre is -- is
> it just a catch-all bucket? Are we measuring time spent in the runtime
> system?
>
> G
MAIN is always the root of the call-tree, so I think it's the cost-centre
which subsumes all. That its inherited cost is 100% is natural, thus. But
usually, its individual cost is 0%, so there's something strange going on.
_______________________________________________
Haskell-Cafe mailing list
[email]Haskell-Cafe@haskell.org[/email]
[url]http://www.haskell.org/mailman/listinfo/haskell-cafe[/url] |