<div dir="ltr"><div><div><div>I would like to generate a time and allocation profiling report after running my program for exactly 60 seconds (on Ubuntu Linux).<br><br></div>I compiled with the following flags:<br><br>-rtsopts -auto-all -caf-all -fforce-recomp<br><br></div>I then ran the program:<br><br></div><div>The program stops after 60 seconds, but the .prof file is empty.<br><br></div><div>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.<br></div></div>