[Haskell-beginners] Timed Profiling
Ben Rogalski
bwrogalski at gmail.com
Wed May 4 16:11:34 UTC 2016
I would like to generate a time and allocation profiling report after
running my program for exactly 60 seconds (on Ubuntu Linux).
I compiled with the following flags:
-rtsopts -auto-all -caf-all -fforce-recomp
I then ran the program:
The program stops after 60 seconds, but the .prof file is empty.
When I run the program without using timeout, and close it manually (Alt
F4, it is a graphical program), the .prof file contains the information I
would expect.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160504/abd559fc/attachment.html>
More information about the Beginners
mailing list