[erlang-questions] Profiling code in Erlang

Lukas Larsson lukas@REDACTED
Wed May 8 17:57:30 CEST 2019


Hello!

What exactly is it that you want to know? How much memory a module takes
can be roughly found out by looking at the return value of erlang:memory/0
before and after the module is loaded. Though I suspect that this is not
what you want to know, as that is not very helpful information.

Lukas

On Wed, May 8, 2019 at 5:48 PM I Gusti Ngurah Oka Prinarjaya <
okaprinarjaya@REDACTED> wrote:

> Yes i need this also, please help
>
>
> Pada tanggal Min, 5 Mei 2019 03.00, jacques yakoub <
> jacques.yakoub@REDACTED> menulis:
>
>> Hello,
>>
>> I explored the profiling section of the documentation (
>> http://erlang.org/doc/efficiency_guide/profiling.html ) and I would like
>> to know how can I get memory usage stats ( for example the module "x" takes
>> *** mb of ram, etc )
>>
>> Thanks for the help
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190508/9d66a1fc/attachment.htm>


More information about the erlang-questions mailing list