[erlang-questions] starting eprof for all processes

Björn-Egil Dahlberg egil@REDACTED
Wed Apr 3 13:42:16 CEST 2013


On 2013-04-03 12:58, Martin Dimitrov wrote:
> Hi,
>
> I try
>
> 1> eprof:start().
> {ok,<0.146.0>}
> 2> eprof:start_profiling(processes()).
> error
>
> How can I start profiling all processes?

1> {ok, P} = eprof:start().
{ok,<0.146.0>}
2> eprof:start_profiling(processes() -- [P]).
profiling

It will not trace itself.

// Björn-Egil
>
> Thank you,
>
> Martin
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>




More information about the erlang-questions mailing list