[erlang-questions] About erlang:statistics/1 and timeout values
mats cronqvist
masse@REDACTED
Thu Apr 23 13:48:08 CEST 2009
Oscar Hellström <oscar@REDACTED> writes:
> Hi,
>
> I was looking at statistics in the erlang module and found that
> statistics(runtime) and statistics(wall_clock) returns something called
> Time_Sinse_Last_Call. I assume that this is "since last call by the
> calling process" and not a globally kept value.
AFAIK, time since last call is per emulator, not per process. Thus,
it is worse than useless.
mats
More information about the erlang-questions
mailing list