et_viewer

Functions


file(FileName) -> term()

start() -> term()

start(Options) -> term()

start_link(Options) -> term()

get_collector_pid(ViewerPid) -> term()

stop(ViewerPid) -> term()

init(X1) -> term()

handle_call(Request, From, S) -> term()

handle_cast(Msg, S) -> term()

handle_info(Click, S) -> term()

terminate(Reason, S) -> term()

code_change(OldVsn, S, Extra) -> term()

View Functions