[erlang-questions] fprof ets table
sasa
sasa555@REDACTED
Wed Sep 5 15:40:36 CEST 2012
Hello,
I am using fprof to profile production running system. Each minute, I issue
following statements:
fprof:apply(...)
fprof:profile(...)
fprof:analyse(...)
I have noticed that this creates one ets table which doesn't get deleted.
I tried issuing those statements from a spawned process, but it didn't help.
How can I prevent this from happening?
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?
Best regards,
Sasa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120905/7cedd2be/attachment.htm>
More information about the erlang-questions
mailing list