[erlang-questions] Memory usage

Awsaf Rahman awsafrahman1704@REDACTED
Mon Sep 24 23:59:00 CEST 2018


I am trying to compare Erlang and Haskell based on compile time, execution
time, memory usage and cpu usage for a set of 10 programs. I am not fluent
in either of them and this is my first time trying benchmarking.

On Sun, Sep 23, 2018 at 8:05 PM Paul Peregud <paulperegud@REDACTED> wrote:

> To profile CPU time, you can use fprof (part of OTP distribution).
>
> Why would you want to profile CPU usage during compilation? Are you
> planning working on Erlang compilator (erlc)?
>
> On Sun, Sep 23, 2018 at 12:12 AM Awsaf Rahman <awsafrahman1704@REDACTED>
> wrote:
>
>> Hello all,
>>
>> I want to profile a few Erlang programs I wrote. Basically, I want to
>> find out the following:
>> 1) CPU and memory usage during compilation
>> 2) CPU and memory usage during execution
>>
>> Is there anyway I can do this?
>>
>> Kind regards
>> Awsaf
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>
>
> --
> Best regards,
> Paul Peregud
> +48602112091
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180924/f6a0a1aa/attachment.htm>


More information about the erlang-questions mailing list