Copyright © 2012-2015 Zuse Institute Berlin,
Version: $Id$
Authors: Florian Schintke (schintke@zib.de).
state() =
{pdb:tableid(),
false | all | pid,
false | all | pid,
erlang:timestamp(),
non_neg_integer(),
non_neg_integer(),
no_exclude | pid()}
| init/1 | |
| on/2 | |
| start_link/1 | |
| top/0 | |
| trace_fwd/2 |
start_link(Group :: list()) -> {ok, pid()}
init(X1 :: []) -> state()
top() -> ok
on(X1 :: comm:message(), State :: state()) -> state()
trace_fwd(X1 :: {trace, pid(), call | return_to, mfa()},
TopPid :: pid()) ->
pid()
Generated by EDoc, Jul 23 2015, 22:20:33.