Hello,<div><br></div><div>I am using fprof to profile production running system. Each minute, I issue following statements:</div><div>fprof:apply(...)</div><div>fprof:profile(...)</div><div>fprof:analyse(...)</div><div><br>
</div><div><br></div><div>I have noticed that this creates one ets table which doesn't get deleted.</div><div>I tried issuing those statements from a spawned process, but it didn't help.</div><div><br></div><div>How can I prevent this from happening? </div>
<div>One way is to iterate over each fprof table and delete it manually. I have tried this, and it seemed to work. Could this impose some problem? Is there some cleaner way?</div><div><br></div><div>Best regards,</div><div>
Sasa</div>