<p>Note that the trace mechanisms should not be used as a regular part of production code. Trace is intended for trouble shooting and profiling, if used as part of the regular system it will destroy the possibility to use trace for trouble shooting alternatively trouble shooting will destroy the running system.</p>

<p>It would be interesting to know what you are going to use the information about when a message arrived to a mailbox for? Maybe there are other ways of solving  your problem?</p>
<p>Kenneth, Erlang/OTP Ericsson</p>
<p>Den 2 maj 2012 13:56 skrev "Mazen Harake" <<a href="mailto:mazen.harake@gmail.com">mazen.harake@gmail.com</a>>:<br>
><br>
> Yes you can.<br>
><br>
> You can trace the process you want to observe (use the flags 'r' for<br>
> receive and 'timestamp' for attaching the time to it) and then receive<br>
> the trace messages using your own trace event handler. I would also<br>
> recommend that you use matchspecifications in case you are only<br>
> interested if 1 specific message has arrived, it is much more<br>
> efficient.<br>
><br>
> I wrote a pretty straightforward tutorial on how to do these sort of<br>
> things in one of the EUC a couple of years ago. You can find it here:<br>
> <a href="http://www.erlang-factory.com/upload/presentations/316/dbg[1].pdf">http://www.erlang-factory.com/upload/presentations/316/dbg[1].pdf</a><br>
><br>
> BR,<br>
><br>
> /M<br>
><br>
> On 2 May 2012 05:24, József Bérces <<a href="mailto:jozsef.berces@ericsson.com">jozsef.berces@ericsson.com</a>> wrote:<br>
> > Is there a way to tell the time when a signal arrived to the process<br>
> > mailbox?<br>
> ><br>
> > Thanks,<br>
> > Jozsef<br>
> ><br>
> > _______________________________________________<br>
> > erlang-questions mailing list<br>
> > <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> > <a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
> ><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</p>