eprof

Functions


start() -> term()

stop() -> term()

profile(Pids, Fun) -> term()

profile(Pids, M, F, A) -> term()

dump() -> term()

analyse() -> term()

log(File) -> term()

total_analyse() -> term()

start_profiling(Rootset) -> term()

stop_profiling() -> term()

profile(Rs) -> term()

init(X1) -> term()

handle_cast(Req, S) -> term()

terminate(Reason, S) -> term()

handle_call(X1, FromTag, Status) -> term()

handle_info(M, S0) -> term()

call(Top, M, F, A) -> term()

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

View Functions