[erlang-questions] : : fprof unusable?
Joel Reymont
joelr1@REDACTED
Tue Aug 26 16:51:59 CEST 2008
On Aug 26, 2008, at 9:18 AM, Raimo Niskanen wrote:
> Are you claiming it runs out of memory because it uses ETS?
> The counters has to be kept somewhere, in a hash table -like
> data structure.
I'm thinking that the analysis phase may benefit from using a
combination of disk and ram to avoid running out of memory. You could
keep the hashtable-like structure in a disc_only_copies table but that
would be too slow for the average use of fprof.
--
wagerlabs.com
More information about the erlang-questions
mailing list