[Haskell-cafe] Showing >100% CPU usage of parallel code

Felipe Lessa felipe.lessa at gmail.com
Sat Feb 21 10:56:19 EST 2009


On Sat, Feb 21, 2009 at 12:17 PM, Jim Burton <jim at sdf-eu.org> wrote:
> $ time ./Par +RTS -N2
> 1405006117752879898543142606244511569936384005711076
> 1.504 real,2.316 user,0.016 sys, 100.00 cpu

I don't know why it is only 100%, but you can see that the user time
is greater than real time, so everything is working on GHC's side. You
may also use -sstderr to see some more info.

HTH,

-- 
Felipe.


More information about the Haskell-Cafe mailing list